So I'm currently working on a project that requires scanning GS1-128 barcodes. So far, for other barcode types, we've been using AVFoundation
's scanning without a problem. AVFoundation
can read Code-128 (which GS1-128 is encoded in); where we're having the problem is that it doesn't look like AVFoundation
is giving us any of the FNC1 characters to identify which numbers in the barcode are attribute identifiers and which are values, or I'm just missing something. Has anyone had any success with this?
Thanks!