Is it possible to also save the image in addition to the barcode. We have a little app called HobbyDB Vision (hobbyDB Funko, Cars & Figures on the App Store) and it sends UPCs so we can verify our database as all the right information. Often we can’t find the UPC with a google search… it would be useful if the image was sent with the UPC, but I’m not sure how to capture the image… any advice would be appreciated. Thanks, Zack
@emadgnia I’m trying the second part of the tutorial in which to scan barcode and shows alert about the barcode. but, the app goes in crash.
he goes in processClassification, removeSubrange and because barcodes is empty jump out from loop for and goes in crash. how can I fix it?
the error is:Thread 1: EXC_BAD_ACCESS (code=1, address=0x4175134e86d0)
update: if I put a breakpoint in DispatchQueue.main.async i found the barcode array full with one element and app doesn’t go in crash.