yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
710 stars 185 forks source link

EAN13 generation not working #153

Open VladyslavMaslennikov opened 1 year ago

VladyslavMaslennikov commented 1 year ago

The code produces nil for ean13. Is there any issues with this type of generation?

RSUnifiedCodeGenerator.shared.generateCode("250669707048", machineReadableCodeObjectType: AVMetadataObject.ObjectType.ean13.rawValue)