I want to create QR code reader based application.

Using which library, I can create my application ?

Note: I searched in google. Always I am getting zxing. I downloaded the zxing project. But the problem is; I run the application. But it is reading only the Barcodes. There is no option to read QR code.

Please tell me how to do this...

Thanks in Advance.

link|improve this question

feedback

4 Answers

up vote 13 down vote accepted

ZBarSDK is another option. A very capable library.

link|improve this answer
I haven't released anything using it, but as far as I have tested, a reliable library, also offers quite a nice module for capture (for example highlights the code and so on) and quite easy to understand. – Henri Normak May 5 '11 at 19:38
ZBarSDK is free license version ? Can I use ZBarSDK for my paid app ? – jfalexvijay May 6 '11 at 5:17
Hi, I tried with ZBarSDK. Thanks for your help... It is working... – jfalexvijay May 6 '11 at 18:16
feedback

zxing definitely does QR codes on iOS very well. Better, in fact, than it does other codes. The sample ScanTest app demonstrates how it is used and will decode QR codes well.

link|improve this answer
feedback

barcode framework for the iphone? this answer links to source for barcode app which reads qrcodes. You should get some good info there

link|improve this answer
Hi, You specified link is helpfull.... Thanks for your help.... – jfalexvijay May 7 '11 at 19:38
feedback

I tried ZBar too, it works great.

Hope this helps you.

link|improve this answer
feedback

protected by Sean Owen Mar 23 at 21:39

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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