iOS 10 Custom URL Scheme no longer working
问题 I have an app with a custom URL scheme set up, and I added the URL to the LSApplicationQueriesSchemes array in the Info.plist. If I go straight into Safari on the device or simulator and hit myapp:// then the app will open up. However, I have an externally hosted website with a servlet that calls response.redirect("myapp://") and when this is called, the app does not open. The servlet redirect works in iOS 9 and below. What changed in iOS 10 so that this call no longer works? It's odd that if