Closed AlexSc closed 4 years ago
At least as of iOS 9.3.5, canOpenURL requires you to include your own schemes in LSApplicationQueriesSchemes.
We should either document this or work around it.
There are a couple of workarounds:
I'm genuinely not sure what happens if you blindly openURL to a url that cannot be handled. We should investigate that.
At least as of iOS 9.3.5, canOpenURL requires you to include your own schemes in LSApplicationQueriesSchemes.
We should either document this or work around it.
There are a couple of workarounds:
I'm genuinely not sure what happens if you blindly openURL to a url that cannot be handled. We should investigate that.