As per topic.
You have an ipad app. When the user taps the unique url in mobile safari, it will do the following:
-
launch the app
-
pass the extension from the url to the app, ie http://myurl.com/index.htm?passthisstring
-
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.