Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

is it possible to check with my website if an app is installed?

var now = new Date().valueOf();
setTimeout(function () {
    if (new Date().valueOf() - now > 100) return;
    window.location = "https://itunes.apple.com/appdir";
}, 25);
window.location = "appname://";
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #website #app
ADD COMMENT
Topic
Name
2+7 =