I have implemented ZXing to my iOS-app, however I am questioning it's maintainability as not long ago it was announced that ZXing to iOS is retiring:
Retiring C++, Objective C code
I've also read that there might be compatibility issues with the newer phones iPhone 5S..
Also running Xcode's static code analysis on the Zxing-library reveals memory errors, I'm not sure if these errors are false positive or not, but they make me doubt Zxing even more. Further, the performance of Zxing compared to other barcode scanners feels subpar.
So my question is, what is the best alternative? I hear a lot of good stuff about Zbar, however I'm not sure how updated it is either.
iOS 7 SDK now includes a QR code reader, AVCaptureMetaDataOutput
. You can read about it at
iOS 7 NSHipster.