I need a free barcode scanner SDK for iPhone 3G and iPhone 4, any suggestions? (it needs to be free)
|
|
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 |
|||||||||
|
|
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. |
|||||||||||||
|
|
Although I'm sure that there are others, here is a starter free & non-free list (with some repeats from other answers) |
|||||
|
|
If support for the iPhone 3G (or the iPad 2 or iPod Touch) is important for your application, I'd recommend choosing a solution that can decode barcodes in blurry images, such as our Scandit barcode scanner SDK. The iOS devices mentioned before all have a fixed-focus camera and will thus always suffer from out-of-focus blur when a barcode is placed in front of the camera. Scandit also comes with a free community price plan that meets your "free" requirement. (Disclaimer: I'm one of the Scandit developers.) |
|||
|
|
|
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. |
|||||
|
|
I would highly recommend reading the license agreements that you may be thinking about blindly agreeing to as well - especially for ones that claim to be offering you a free, unlimited plan. The fact is, they aren't as free as you may think, and could seriously cost you more than you imagined it would (they basically try to snake their way into getting a piece of your application's profits - just because you decided to use their "free" service heh...). There are some agreements that I've seen that, if you ever plan to sell your app on the app store - they essentially get a pretty hefty cut along with a upfront fee that you probably can't afford. oh, and I'd recommend you read them to the end. Business major or just an every-day developer - doesn't matter. You can read in quite plain text just what it is they get in return if you break their very, very low maximum number of uses. Just saying... |
|||
|
|
|
Please look at ZXingObjC at https://github.com/TheLevelUp/ZXingObjC which supports 1D barcodes and is an up to date port of ZXing. working great. |
|||
|
|
|
Zxing is good from the license perspective (apache-open-source), but it still doesn't scan 1D barcodes on iPhone. |
|||
|
|
