I would like to open an iOS app similar to how it can be done on Android, i.e. using a specific web address instead of a custom URL protocol.
Here's how it works on Android. The Reddit is Fun app is a great example:
- The user is in his mail application, browser application or something like that.
- The user clicks a link to the reddit message. In this example, the link is " http://reddit.com/r/example "
- Reddit is a fun app configured to handle http://reddit.com/ "links
- Android displays a dialog box that provides the user with the following options:
- Open link in web browser
- Open link in Reddit is Fun
I tried to find reference material on Apple iOS URL schemes, but everything I have found so far indicates that you need to have your own URL protocol and that you cannot use http: //. You will need to use something like reddit: //.
The great thing about defining an actual web address as a URL scheme is that if you didn’t have a Reddit is Fun app, the browser will automatically open the page, and that will be a big margin. If you use a custom URL protocol, for example, in iOS, if your device does not have an installed application, there is no backup. There is no indication that he did not pass. There is no indication that he was trying to do anything.
Does anyone know a way to open the application this way? For example, is it possible to open the reddit application by clicking the http://reddit.com/ link?
Edit: I am very interested that iOS already supports this to some extent through YouTube links .
Edit: There seems to be no way to do what I want on iOS. However, this post contains some useful tips on what to do. I hoped that everything would change from 2009.
android ios url-scheme custom-url
Andrew Garrison
source share