Skip to content

fix(ios): replace depreciated UIApplication.shared.openUrl method call#10627

Merged
NathanWalker merged 1 commit into
NativeScript:mainfrom
jcassidyav:fix-openurl
Oct 23, 2024
Merged

fix(ios): replace depreciated UIApplication.shared.openUrl method call#10627
NathanWalker merged 1 commit into
NativeScript:mainfrom
jcassidyav:fix-openurl

Conversation

@jcassidyav

Copy link
Copy Markdown
Contributor

PR Checklist

What is the current behavior?

Calls to Utils.openUrl do not do anything if the app is compiled with XCode 16.

What is the new behavior?

UIApplication.shared.openUrl is depreciated, replaced with call to openURL:options:completionHandler

@paul-staskiewicz

Copy link
Copy Markdown

Will this go out anytime soon? We're in the process of upgrading to xcode16 and use openUrl quite often. Thank you!

@NathanWalker NathanWalker merged commit 1cee35d into NativeScript:main Oct 23, 2024
@edusperoni edusperoni mentioned this pull request Oct 23, 2024
5 tasks
@NathanWalker

Copy link
Copy Markdown
Contributor

@paul-staskiewicz included in 8.8.3

@paul-staskiewicz

Copy link
Copy Markdown

@paul-staskiewicz included in 8.8.3

Already upgraded 😎 Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants