Skip to content

UIApplication.canOpenURL deprecated in the iOS 27 SDK #2882

Description

@camle83it

Is there an existing feature request for this?

  • I have searched the existing feature request

Operating System

iOS, macOS

Pain

The iOS implemetation of this package currently uses UIApplication.shared.canOpenURL(_:) before open the settings URL.

Example:

canOpenURL(_:) is deprecated in the iOS 27 SDK

Suggested solution

Instead of checking whether the URL can be opened using canOpenURL(_:). Consider opening the URL directly and handling the result of the operation.

Example

UIApplication.shared.open(url, options: [:]) { isSuccess in 
  // TODO somethings
}

Useful resources

No response

Additional information

No response

Self grab

  • I'm ready to work on this issue!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions