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

urlOpen not working in iOS #116

Open
birbilis opened this issue Dec 14, 2024 · 1 comment
Open

urlOpen not working in iOS #116

birbilis opened this issue Dec 14, 2024 · 1 comment
Assignees

Comments

@birbilis
Copy link

birbilis commented Dec 14, 2024

SharedApplication.OpenURL(StrToNSUrl(URL));

SharedApplication.OpenURL(StrToNSUrl(Url));

This was probably working with older iOS, but with latest one I don't see it working

reason is probably that OpenURL is listed as deprecated and need to use open

https://developer.apple.com/documentation/uikit/uiapplication/openurl(_:)
points to
https://developer.apple.com/documentation/uikit/uiapplication/open(_:options:completionhandler:) )

however I don't see any open method under SharedApplication (type UIApplication)

@DeveloppeurPascal DeveloppeurPascal self-assigned this Dec 24, 2024
@DeveloppeurPascal
Copy link
Owner

Hi. Thanks for your report. Can you tell me what Delphi release you use and for what iOS version ? (I suppose 18.2)

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

No branches or pull requests

2 participants