My app defines a url scheme (shown below) and it works fine under iOS 10, but I get the error message shown in the subject under iOS 11.
geocontrol:/oauth2Callback
The app does oauth which requires the user to enter his credentials in Safari and then Safari redirects to my app.
Does this type of redirect still work under iOS 11?