0

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?

John S
  • 1,687
  • 6
  • 21
  • 28

3 Answers3

7

However, someone did it: https://github.com/TheLevelUp/ZXingObjC

aneuryzm
  • 63,052
  • 100
  • 273
  • 488
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:

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

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