I am making a barcode reader app which is free. I am looking for free SDK to decode Datamatrix,QR,Aztec,UPC,EAN barcodes. I have implemented ZBar SDK as per now. Which detects QR,UPC and EAN successfully. I tested This link
But none of these are able to detect Aztec properly. With Data Matrix,UPC,EAN and QR i found Redlaser very effective but now its not free.
Now, is there any free SDK available to detect all four barcodes without paying as i want to keep my app free on app store.
Please suggest
P.S I want compatibility of scanner with latest iOS available.
With some work you could do this using zint. See https://github.com/samlown/zint/blob/master/backend/aztec.c I have used this in an app. Sorry, I am not allowed to share more code than this: include the barcode, aztec, common, font, gs1, rs and bmp classes Then put the code below in a seperate class