SwiftGS1Barcode icon indicating copy to clipboard operation
SwiftGS1Barcode copied to clipboard

A GS1 Barcode Library and Parser in Swift

Results 2 SwiftGS1Barcode issues
Sort by recently updated
recently updated
newest added

Hello, we encountered a problem parsing the code: 01087151310160672193220152971117250131101149213A where it was parsed as follows: SN:93220152971117250131 GTIN: 149213A Date: was not parsed correctly A proper parsing should look like this:...

Hi I turn `printDebugOutput` to true on `GS1BarcodeParser.swift`. When this method `parseGS1ApplicationIdentifier(ai:data:)` runs, I get duplicate printings on console, like this ``` Parsing application identifier with identifier 01 of type...

bug
question