Answer the question
In order to leave comments, you need to log in
How to open app from website (iOS 7) ?
Hello!
Actually the question is: How do you redirect from the site to the application in iOS 7?
Code example:
if(deviceAgent.match(/(ios|iphone|ipad|ipod)/i)) {
setTimeout(function () {
window.location = http://itunes.apple.com/app/...;
}, delay);
window.location = myapp://...;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question