AndyQ / NFCPassportReader

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

How can i read to German Passport to old fw version ? #207

Closed emirbeytekin closed 4 months ago

emirbeytekin commented 4 months ago

Hello, I use version 13.0 as the target for the SDK I wrote, I have to use 1.1.9. In this version, when I try to scan the German passport, I get the error below. Can you suggest a solution?

` tagReaderSession:didDetect - iso7816(<NFCISO7816Tag: 0x141e0fa00>)

tagReaderSession:connecting to tag - iso7816(<NFCISO7816Tag: 0x141e0fa00>)

tagReaderSession:connected to tag - starting authentication

Starting Basic Access Control (BAC)

BACHandler - deriving Document Basic Access Keys

BACHandler - Getting initial challenge

BACHandler - Doing mutual authentication

Error reading tag: sw1 - 0x69, sw2 - 0x82

reason: Security status not satisfied

ERROR - Security status not satisfied

BAC Failed `

note: i could successfully read it my passport in your last demo app