Reputation: 1
I want to invoke a ios application from browser. If the app is installed, it should redirect to the app. Otherwise, it should continue in the browser it self, with out showing an error pop up message. I tried setTimeOut() in javascript, it not working.
Help me please...
Upvotes: 0
Views: 175
Reputation: 1678
check here How to register a custom app opening URL scheme with Xcode 4?
register a URI to your app, then you can open it via javascript in mobile safari
Upvotes: 1