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 am writing to request support for creating GS1 encoded QR codes within an iOS application developed using Swift. Our application requires the generation of QR codes that comply with GS1 standards to ensure interoperability and accurate data representation in various supply chain and logistics processes.
What we have done:
We have prepared a label (String) with gs1 compliant using below instructions.
Is there any way to create GS1 encoded QRcode in ios with zxing lib?
Request:
I would greatly appreciate any guidance, documentation, or library recommendations that could assist in implementing this functionality. Specifically, we are looking for:
Example code or library that supports GS1 encoded QR code creation in Swift.
Documentation or guidelines on implementing GS1 standards for QR codes.
Any additional tools or resources that could facilitate this process.
Thank you for your attention to this matter. We look forward to your assistance in integrating GS1 encoded QR code generation into our iOS application.
The text was updated successfully, but these errors were encountered:
Hello Team,
I am writing to request support for creating GS1 encoded QR codes within an iOS application developed using Swift. Our application requires the generation of QR codes that comply with GS1 standards to ensure interoperability and accurate data representation in various supply chain and logistics processes.
What we have done:
We have prepared a label (String) with gs1 compliant using below instructions.
https://www.gs1us.org/upcs-barcodes-prefixes/gs1-128
Ex: 400PO12345678-10241PART123372510GR-BATCH1123070417250704
Note: There are hidden separators in above string. You can find in below attachments.
But when I try to create QR code for above string using below code and scan, we are resulting that it is not GS1 encoded QRcode.
To support more encoding mechanism, we are using ZXing third party library.
The following barcodes are currently supported for both encoding and decoding in Zxing library
So unfortunately we could not find any encoding type, neither the Apple default API nor the ZXing library.
But when I use the same string to create GS1 encoding using https://barcode.tec-it.com/en/GS1DataMatrix, it is properly decoding as GS1 encoded string.
Question:
Is there any way to create GS1 encoded QRcode in ios with zxing lib?
Request:
I would greatly appreciate any guidance, documentation, or library recommendations that could assist in implementing this functionality. Specifically, we are looking for:
Example code or library that supports GS1 encoded QR code creation in Swift.
Documentation or guidelines on implementing GS1 standards for QR codes.
Any additional tools or resources that could facilitate this process.
Thank you for your attention to this matter. We look forward to your assistance in integrating GS1 encoded QR code generation into our iOS application.
The text was updated successfully, but these errors were encountered: