This is the best I can think of, but it was tested only in iOS 5:
<a href="myapp://path">link text</a>,
: <a href="http://mydomain.com/launchapp?location=path">link text</a>,
/launchapp iframe URL-: <iframe src="myapp://path" style="display:none"></iframe>. Appstore, .
:
launchapp, URL .
:
, "URL ", "", " ".
- 2013
SO. -, , App Store ( ):
var start = (new Date()).valueOf();
setTimeout(function() {
var end = (new Date()).valueOf();
if (end - start > 1000) return;
window.location = 'itms://my/app/URI';
}, 25);
window.location = 'myapp://my/path'