anfractuosities
Lurker
OK. So I am sending text to my app through a QR code via calling barcode scanner with an intent from my app.
Let s say I generate 2 QR codes. #1 passes "Frank" #2 passes "Upfront".
This is no problem, but what happens if someone scans the QR code with the barcode scanner on it's own? They will be presented with the text "Frank". Useless.
Can I have it link to the android market if they do not scan from my app? And if they do, it passes the string?
The only other option that I see is to have it present a message: "Go download my app, Frank" and remove the "Go download my app" from the string if it is passed to my application.
make sense?
any idears?
Also, if someone scans the code from, god forbid, an iphone, could it send them to a web version of the app?
Let s say I generate 2 QR codes. #1 passes "Frank" #2 passes "Upfront".
This is no problem, but what happens if someone scans the QR code with the barcode scanner on it's own? They will be presented with the text "Frank". Useless.
Can I have it link to the android market if they do not scan from my app? And if they do, it passes the string?
The only other option that I see is to have it present a message: "Go download my app, Frank" and remove the "Go download my app" from the string if it is passed to my application.
make sense?
any idears?
Also, if someone scans the code from, god forbid, an iphone, could it send them to a web version of the app?