You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried generate a bunch of different barcodes with different format and strings, and i cross check the code and type with the following website. I encountered some issues:
let isValid = RSUnifiedCodeValidator.shared.isValid("WIKIPEDID", machineReadableCodeObjectType: AVMetadataObject.ObjectType.code39.rawValue)
returned false. Is it because of the asterisk* sign? Is there anyway to include the * sign as part of the code?
I tried generate a bunch of different barcodes with different format and strings, and i cross check the code and type with the following website. I encountered some issues:
Code39 WIKIPEDID
https://barcode.tec-it.com/en/Code39?data=*WIKIPEDID*
let isValid = RSUnifiedCodeValidator.shared.isValid("WIKIPEDID", machineReadableCodeObjectType: AVMetadataObject.ObjectType.code39.rawValue)
returned false. Is it because of the asterisk* sign? Is there anyway to include the * sign as part of the code?
EAN13 123456789015
https://barcode.tec-it.com/en/EAN13?data=123456789015
For this code, isValid return false.
Also, is it possible to display wording under the code like so: ?
The text was updated successfully, but these errors were encountered: