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?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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)

link|improve this answer
feedback

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:

http://zbar.sourceforge.net/iphone/index.html

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.