Controlling QR Code Scanning Actions

Posted by Elijah on Stack Overflow See other posts from Stack Overflow or by Elijah
Published on 2012-05-06T15:06:20Z Indexed on 2012/09/21 9:38 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

I am looking to create a QR code that does the following:

  1. When scanned from inside an application, it dislpays a custom alert, (Ex. "You won $5")
  2. When scanned with a different QR code reader (non app) it goes to a mobile web page that directs the user to download the application.

My main question is: Can you control what happens when a QR code is scanned by a reader that is not your own? (A 'default' action, if you will)

© Stack Overflow or respective owner

Related posts about android

Related posts about objective-c