How to get in iOS non alphanumeric characters from barcodes, like in Android?

  1. SDK Version: ~39.0.2
  2. Platforms(Android/iOS/web/all): iOS (+Android)
    “expo-barcode-scanner”: “~9.0.0”

Hi there,
i need to read the not alphanumeric characters like ‘]’ from barcodes.

In the Android Client are all Characters included,
but in the iOS Client i only get alphanumeric characters.

I need to read code128 and datamatrix barcodes

An code128 example:
on iOS: Barcode: “019539701238161531030036551521011410523335”
on Android: Barcode “]C1019539701238163931030049701521011410529335”

I looked into the used librarys for the barcode scanning and it looked like the native iOS librarys is used if possible and on Andoid vice versa. But for a few Codes the ZXing library is used.
Is it possible to always use the ZXing library? Even is the ZXing library capable to read the alpha numeric characters?
Or is there even an option for the BarCodeScanner to get also the alpha numeric characters?

thanks for reading and hopefully helping.
I wish you all good health and happy holidays.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.