I would appreciate it if I could get some suggestions on free barcode scanner SDKs for the iPhone. The Redlaser SDK is pretty expensive.

Thanks!


See Similar Questions:

  1. barcode framework for the iphone?
  2. iPhone sdk for barcode recognition and ocr
  3. iPhone simple commercial barcode reader via camera
  4. Source code for Barcode in iphone sdk
  5. Open Source for barcode reader
  6. Barcode Reader for 3G
  7. Barcode reader SDK for iPhone to read DataMatrix

and the list goes on... try searching StackOverflow for [iphone] barcode

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

You may have a look to ZBar

http://zbar.sourceforge.net/

ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.

link|improve this answer
Looks great - thanks for that link – Leonard Challis Mar 22 at 10:39
feedback

There is ShopSavvy SDK for iPhone and Android, see here for the pricing model: http://shopsavvy.mobi/2010/12/29/shopsavvy-barcode-scanner-sdk-update-2/

Seems that you can use it in your app for free as long as you include their "Ad Framework". Otherwise there is flat price (not based on #users).

There is also the pic2shop library (the free pic2shop was the very first UPC barcode reader app for iPhone) - there seem to be multiple ways to peruse it, some of them free - read here for details: http://www.pic2shop.com/developers/developers.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.