We have the need for a very simple iphone app that captures the value of a QR Code and then send it to our server for validation.
We have already written the server side code.
The app will contain the following:
Login screen for user name and password
Ability to scan a QR code and then send the code to the server for validation.
If the code is valid then the phone screen will be green with the words “Validated”
– Then the phone marks the record in the SQL file as “used”
If the code is already used or not in the database then the phone displays a red screen with “Invalid”
That is all there is to it.
we have this working on the Android phone now. Just need it for iPhone