I’ve a qr code from which i need to learn and extract 180 byte hexadecimal worth, mine is an ionic app, and i’m utilizing phonegap barcode scanner in my app. When tried with this qr code scanner i’m not getting any response, when i attempted to debug this in xcode i discovered that its really studying the qr code, and when i went to AVMetadataMachineReadableCodeObject -> _internal -> basicDescriptor -> BarCodeRawData
There was an information current there which was,
[40 0B 45 55 73 60 10 00 10 03 13 23 33 43 53 63 73 83 93 03 13 23
33 43 53 63 73 83 93 03 03 13 22 05 24 54 54 62 02 33 10 00 01 90 5E
70 70 DO EO A3 F4 20 FO 03 F4 20 FO 00 7B 20 10 09 FB BO DO 00 10
00 1010 1B BO 8E 90 90 1F F6 90 05 06 20 2B C0 00 17DO 00 06 25
93 5635 06 2B CO 00 07 EO 07 EO 07 DO 00 27 DO O7 DO 07DO 07 DO
07 DO 07 DO 07 EO 07 DO 07 DO 07DO 06 25 9F FB BO 86 25 96 20 16
80 0356 30 17 DO 00 10 20 AO 26 25 97 E0 06 25 97 EO 00 17 DO 07 FO
07 DO 00 17 DO 07 DO 08 30 07 EO 07 EO 07 E0 00 08 06 50 06 50 06
40 06 25 9F FO EC 11 EC 11 EC 11 EC 11 EC 11 EC 11 EC 11]
However this isn’t the info we predict as uncooked bytes
We predict a byte array which have a decimal values,
I used to be in a position to get the supposed end in android by utilizing some properties,
intent.getByteArrayExtra(‘SCAN_RESULT_BYTE_SEGMENTS_0’).
“SCAN_RESULT_BYTE_SEGMENTS_0” when i have not given this property for Android ,consequence was not supposed byte array with decimal values.
So principally briefly i’m actually caught right here in for ios, can somebody assist me out.