QR Service app for iPhone and iPad
Developer: The Avenue Network
First release : 23 Oct 2012
App size: 1017.16 Kb
The QR Service App is a tool for developers and business owners that need an app to do simple QR code verification on a custom service. Examples are ticketing gate control and coupon verification. The app is built with Xzings iPhone QR Scanner.
The app simply appends the content of the QR code onto a URL that you specify on the configuration screen. After a successful QR scan the app hits your service via a Post. The app then reads a JSON formated retrun string with "status" and "msg" fields. The "status" field MUST be either "ok" or "failed" (lower case).
Example Service URL:
http://someservice.com/myservice.php?qr=12345
Sample JSON Return:
{"status":"ok", "msg":"Your Message."}
The app displays your message under the under a success or failure graphic.
TEST THE APP
Test Successful Scan (enter this url in the app)
http://www.theavenuenetwork.com/ok.php?qr=
Test Failed Scan (enter this url in the app)
http://www.theavenuenetwork.com/failure.php?qr=