Hi folks just a quick question, how do I read non-QR codes with zxing? I am setting the ZXingWidgetController to 1D mode, and am using a MultiFormatUPCEANReader however the barcodes just won't scan. Any suggestions?
Asked
Active
Viewed 4,725 times
3 Answers
3
According to their site, only QR was ported to iPhone.
http://code.google.com/p/zxing/
iphone: iPhone client + port to Objective C / C++ (QR code only)

Lou Franco
- 87,846
- 14
- 132
- 192
2
As Lou says, zxing only support QR codes on iPhone.
A better bet is to use the alternative library ZBar, which supports EAN/UPC and is available here:

lxt
- 31,146
- 5
- 78
- 83
-
What don't you like about the license? – lxt Dec 09 '13 at 04:02
-
Please Refer to the following document. ESPECIALLY THIS PART 2.6.3. Object File Distribution http://zbar.sourceforge.net/iphone/sdkdoc/licensing.html – Ando Dec 09 '13 at 05:56