Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where apps cannot be launched on iOS 18 #42

Closed
wants to merge 2 commits into from

Conversation

putnokiabel
Copy link

@putnokiabel putnokiabel commented Sep 26, 2024

Closes #41 .

Updates the outdated https://developer.apple.com/documentation/uikit/uiapplication/1622961-openurl API to the newer https://developer.apple.com/documentation/uikit/uiapplication/1648685-openurl API.

The new one works on iOS 18, the old one does not.

@bonellia
Copy link

Any chance this to be merged? @sarika01
Thanks in advance. 😄

@geekruchika
Copy link
Contributor

Thanks for PR. Already added fix in 4.0.1 version.

@geekruchika geekruchika closed this Dec 9, 2024
@putnokiabel
Copy link
Author

@geekruchika I don't see this fixed in 4.0.1 yet. Only the minimum iOS version was increased, but the deprecated API is still being used. Did you test this on an iOS 18 device?

@HRCJ7
Copy link

HRCJ7 commented Dec 10, 2024

@geekruchika The issue can still be reproduced in version 4.0.1 on iOS 18.

@bogdanbws
Copy link

@geekruchika the bug is still there on iOS 18, can you double check and include this fix in a new release?

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.

Does not work on iOS 18
7 participants