3

I need to set a web url (http://xxxx.com/project/test) in Url scheme, so if the app is not installed then I have to redirect to the Safari Web page or else need to open app directly. As this Web Url is relate to my App website.

I tried setting scheme without http/https and can open the app successfully from browser. Is it possible to add Host in Url scheme like Android?

This can be possible using Universal Links, but I want to know is there any other way to achieve this to support iOS 8? Please suggest me. Thank you!

Anand Gautam
  • 2,541
  • 3
  • 34
  • 70

1 Answers1

0

You should be able to set a Javascript redirect once the page loads in Safari and attempt to open the app. See this post

clayjones94
  • 2,648
  • 17
  • 26