Closed
Description
Following the migration from UIApplication.openURL(_:)
to UIApplication.open(_:)
, I have noticed that the update app alert does not open the AppStore on iOS 18 however it throws this error in the console.
"BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(:) needs to migrate to the non-deprecated UIApplication.open(:options:completionHandler:)
I think Apple has enforced the deprecation from iOS 18 and suggests that calling ...openURL()
does nothing. See: https://developer.apple.com/documentation/uikit/uiapplication/openurl(_:)
Metadata
Metadata
Assignees
Labels
No labels