[ADVANCED TOPIC] How to open ipad apps from ipad safari via unique link?

As per topic.

You have an ipad app. When the user taps the unique url in mobile safari, it will do the following:

  1. launch the app

  2. pass the extension from the url to the app, ie http://myurl.com/index.htm?passthisstring

  3. So the app is launched from an url and passed the string.

Is is possible? I’m told some people have seen apps do this behaviour.

i think all you need is to register custom url scheme and parse or pass the querystring to unity from xcode

This pretty much covers it:

Thanks guys will take a good look!