Skip to content

iOS: Migrate deprecated openURL method to the new non-deprecated version#18

Merged
ma-meza merged 1 commit intomasterfrom
fixOpenUrlios
Feb 23, 2026
Merged

iOS: Migrate deprecated openURL method to the new non-deprecated version#18
ma-meza merged 1 commit intomasterfrom
fixOpenUrlios

Conversation

@ma-meza
Copy link
Copy Markdown
Contributor

@ma-meza ma-meza commented Feb 23, 2026

📖 Description

Migrate the deprecated openURL method, which silently fails, to the new UIApplication.open(_:options:completionHandler:) method.

The following error was thrown in the console:

BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(:) needs to migrate to the non-deprecated UIApplication.open(:options:completionHandler:). Force returning false (NO).

Copy link
Copy Markdown

@jpmartin jpmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@ma-meza ma-meza merged commit c41a789 into master Feb 23, 2026
1 check passed
@ma-meza ma-meza deleted the fixOpenUrlios branch February 23, 2026 20:33
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.

2 participants