I used canOpenURL like this:
It was true when I set Safari as a default browser.
But I changed it to the other browsers like Chrome and Edge, then it was false.
Adding https & http into LSApplicationQueriesSchemes, it was the result I had hoped for.
Is this a bug or a correct behavior for iOS 14?
(iOS 14 Beta 8)
Code Block UIApplication.shared.canOpenURL(URL(string: "https://developer.apple.com/")!)
It was true when I set Safari as a default browser.
But I changed it to the other browsers like Chrome and Edge, then it was false.
Adding https & http into LSApplicationQueriesSchemes, it was the result I had hoped for.
Is this a bug or a correct behavior for iOS 14?
(iOS 14 Beta 8)