How do I find out the name of an iOS app?
I'm trying to trigger an app to open on an iPhone from javascript with:
window.location = "appname://";
However, I didn't make the app and I don't know what to do replace appname
with. So where on the itunes page or on the phone can I find out this information?