I have gone through similar questions and the answer to all of them is using custom URL, which I did implement. However in case of custom URL's, when the user is being redirected back to the app from Safari, there is a popup that says Do you want to open (app name)
. I don't want to show this popup to the user , instead I want to navigate them directly to the app. How can I achieve this ? Any help is greatly appreciated.
Asked
Active
Viewed 2,399 times
1

Tejas K
- 682
- 11
- 28
-
See previous answers: https://stackoverflow.com/questions/9688319/how-to-redirect-from-mobile-safari-to-native-ios-app-like-quora – Mark S. Jun 16 '17 at 05:23
-
@MarkS. Thanks for your input Mark, however, these solutions show a pop-up, which is something I don't want. – Tejas K Jun 16 '17 at 05:25
1 Answers
2
You cannot do this with URI schemes — they will always show this alert in Safari.
If you want to route into your app without showing an alert, you need to use Universal Links.

Alex Bauer
- 13,147
- 1
- 27
- 44
-
-
-
Do you mind helping me with this https://stackoverflow.com/questions/44706216/universal-link-does-not-work-in-safari – Tejas K Jun 22 '17 at 19:16