AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
733 stars 235 forks source link

Treat SW1 values 0x61, 0x64 and 0x6c as non-errors #195

Closed petteri-huusko-op closed 7 months ago

petteri-huusko-op commented 8 months ago

Some passports/id cards that we have produce these codes. They were already supposed to be non-errors based on the decodeError comment, but thrown here anyway.

petteri-huusko-op commented 7 months ago

This is not a good solution.