Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
stackoverflow.com/questions/838724/… this answer links to source for barcode app which reads qrcodes. You should get some good info there – Toby Allen May 5 '11 at 18:55
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. – smparkes May 29 '11 at 22:48

2 Answers

up vote 31 down vote accepted

ZBarSDK is another option. A very capable library.

share|improve this answer
1  
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
1  
Hi, I tried with ZBarSDK. Thanks for your help... It is working... – jfalexvijay May 6 '11 at 18:16
Please note that ZBarSDK license requires you to provide the source code upon request – Odelya Mar 13 at 14:52

Try ZXingObjC working great and easy to integrate.

As well, you can define the size of the scanner window inside your view.

share|improve this answer

protected by Sean Owen Mar 23 '12 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.