4

Check if app is already installed on iOS from safari "Browser" using java script or any other way.

I need to check on my website weather my app is installed or not. If yes then I would like to open the app when somebody opens my website.

I have the URL for my app to open. Right now I have given two options on my website:
1) I have app installed will open the app
2) Available on the app store.

I want to decide at my side weather app is installed or not.
Using Any web technology.

Hardik Thakkar
  • 394
  • 5
  • 17
  • 1
    check this other question http://stackoverflow.com/questions/5746289/determine-if-an-app-exists-and-launch-that-app-on-ios – tkanzakic Nov 30 '12 at 10:47

1 Answers1

3

The new smart app banner feature in iOS 6 may cover what you are looking for.

https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html

Pang
  • 9,564
  • 146
  • 81
  • 122
Tom Clarkson
  • 16,074
  • 2
  • 43
  • 51