I'm trying to implement a barcode scanner for our iOS app and we are targetting iOS 7 and iOS 8.We have tried almost all the SDKs that are available. Among which I found ZBar and ZXing SDKs which are open source SDKs.
(Tried the native barcode available for iOS but it does not solve most of our requirements and the accuracy is awful).
WRT ZXing SDK, I found this. And even I don't think that it is compatible with higher versions of iOS 7 and 8.
As of now ZBar SDK works fine but on github the code seems to be updated long back. I want to know whether to proceed with this or not?
Need your suggestions.....
Thanks in Advance...