What I'm trying to do is:

  • Make user scan a QR code [no problem]
  • By using the URL embedded into the QR code, device should launch my application if it's installed in device. (Like using url schemes)
  • However, if the application is not found on device, I want to redirect user to my app's AppStore download page (that's why I cannot use standard url schemes to launch my application)

Do you know any methods to achieve that functionality by using a special URL type or just creating an HMTL page and detecting whether an app is installed via JavaScript?

link|improve this question
1  
Maybe this will work for you, looks dirty but should do the trick: stackoverflow.com/a/1109200/515042 – Björn Kaiser Feb 8 at 12:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.