I have an enterprise app being distributed via HockeyApp and am having issues with deeplinks opening the app. This all worked as expected prior to iOS9, but with iOS9 the problem appeared.
Let's say I have an app called "MyApp" and have registered the URL scheme myapp://. Typing myapp:// into Safari will open the app on systems prior to iOS9, but with iOS9 a promt appears (as expected):
Open this page in "MyApp"?
Tapping "Open" does nothing, no error, no prompt. Again, prior to iOS9 the app is launched as expected. If I install the app via Xcode (as opposed to enterprise over-the-air), the deeplink works correctly on all platforms.
Anyone else experiencing this issue?