Reputation: 99
I'm building an app where I need a barcode scanning module. The barcodes my system has are always 2D Data Matrix. Now I've been looking for some SDKs which can help but so far haven't found much.
I already use ZXing for my android app, but they have pulled plug for iOS.
iOS itself has a barcode reading module but it does not list 2D data matrix as a supported code type.
ZBar is another solution, but it too doesn't scan 2D data matrix.
Do you know a SDK perhaps that I can use ?
Upvotes: 2
Views: 3375
Reputation: 1025
Old question, but for those looking for the answer as of today...as of iOS 8 this included in the AVFoundation. see:
Upvotes: 2