We're creating an iOS app that basically scans badges at events and collects contact info. We're looking for an iOS library that can read not only the number of the barcode, but also any additional information that's included (contact info). Does anyone have any library suggestions or will this have to be a custom library? Thanks in advance!

link|improve this question
feedback

4 Answers

Take a look at ZBar http://zbar.sourceforge.net/iphone/sdkdoc/

link|improve this answer
feedback

Is your barcode format up to you, or do you have a predetermined symbology you have to work with?

There is this: http://shopsavvy.mobi/sdk/. Don't know why that wouldn't work for you, unless you object to the licensing terms.

link|improve this answer
feedback

Checkout ZXing ("Zebra Crossing") at http://code.google.com/p/zxing/

Reads almost every kind of barcodes and we used it with great success previously.

link|improve this answer
1  
Some modules are contributed and/or intermittently maintained: iphone: iPhone client + port to Objective C / C++ (QR code only). Doesn't sound terribly useful. – Steven Fisher Apr 6 '11 at 17:10
feedback

Basically you want to use PDF417 which is a stacked linear barcode symbol. Check out the pdf417 decode on Sourceforge.

link|improve this answer
do anyone know how to use this ? – Aryabhatt Jan 31 at 6:42
feedback

Your Answer

 
or
required, but never shown

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