Now we have an current barcode scanner app, however a buyer needs the flexibility to scan codabar barcodes.
I learn AVFoundation now helps codabar however once I add it to the barcode varieties it doesn’t work.
personal let barcodeTypes = [
AVMetadataObject.ObjectType.code39,
AVMetadataObject.codabar,
AVMetadataObject.code128,
AVMetadataObject.qr
]
Do I must do the rest? I made positive I’ve the most recent model of xcode. That is an exsisting app that runs off of AVFoundation and the opposite barcode varieties work.