I need to develop a QR code reader for my company that im working for.
Lets say i have a QR image that is a text. Usually a normal QR reader it will open up a notepad with the decoded text.
Is it possible that instead of notepad appears, i need the text to be stored in the phone as NSUserdefaults text. How can i do so.
currently im using this code http://www.ama-dev.com/iphone-qr-code-library-ios-7/
to read the QR image.
Im ok with third party codes if available
Lets say i have a QR image that is a text. Usually a normal QR reader it will open up a notepad with the decoded text.
Is it possible that instead of notepad appears, i need the text to be stored in the phone as NSUserdefaults text. How can i do so.
currently im using this code http://www.ama-dev.com/iphone-qr-code-library-ios-7/
to read the QR image.
Im ok with third party codes if available