I need a free barcode scanner SDK for iPhone 3G and iPhone 4, any suggestions? (it needs to be free)
feedback
|
|
I would recommend zxing. While the main branch of the project is written in Java, there is an Objective-C port which can be found here. | |||||||
feedback
|
|
Although I'm sure that there are others, here is a starter free & non-free list (with some repeats from other answers) | |||
feedback
|
|
Solution for iPhone 3G is to use ZBar but you'll have add a layer to capture the image and feed it the to ZBar sdk such as:
Also don't forget to use weak link for AVFoundation, CoreVideo and CoreMedia framework | |||
|
feedback
|
|
If you just want to write a demo app and get the decoded message from a barcode, Shaopsavvy provides free APIs which are good. Building the app is also easy. Or you can try ZBar. The disadvantage might be they only support iPhone 3GS or iPhone 4, whose cameras has auto-focus function. I have an iTouch 4 with camera, but it doesn't work: no auto-focus function. zxing is originally for Android, but they also have APIs for iOS. | |||||
feedback
|
|
Zxing is good from the license perspective (apache-open-source), but it still doesn't scan 1D barcodes on iPhone. | |||
|
feedback
|