I want to show a QR code reader in my iPhone application inside main screen window.

How can I use the Zxing APIs in my app for creating the QR Reader? Can I use any other library for the same purpose?

link|improve this question
feedback

3 Answers

You can also try shop savvy iphone sdk for read qr code : http://shopsavvy.mobi/sdk/

Thanks

link|improve this answer
Please accept this answer if it worked fine for you.. thx – Mitesh Khatri Apr 6 '11 at 8:31
I'm not the OP, but +1 for a good link. – Mirkules Apr 7 '11 at 11:59
2  
Great link, but a licensing fee of 5000$ seems a bit steep. Am I missing something? – Tejaswi Yerukalapudi Jul 23 '11 at 21:24
2  
yea, $5K with ads, $40K without. Kinda of outrageous given that most of our apps are free. – TommyG Nov 16 '11 at 16:00
feedback

Try zxing, its open source and i see an iphone part in source code

link|improve this answer
feedback

If you need to read QR code, Zbar is the best. Easy to integrate and good documentation is there. See their site http://zbar.sourceforge.net/. And see their tutorial http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html. I had successfully integrated Zbar in many of my projects.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.