AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
738 stars 239 forks source link

Referenced data not found #163

Closed gojogo88 closed 1 year ago

gojogo88 commented 1 year ago

Hi... I'm trying to get the Example_spm project working. I added a new masterlist.pem file in the NFCPassportReaderApp since the included one is already expired but everytime i try to scan a german passport (issued last year), i'm getting Security status not satisfied then it falls back to BAC then I get an error referenced data not found. Any idea on what I'm doing wrong?

douglasg commented 1 year ago

@gojogo88 This is solved on this commit (pull request) https://github.com/AndyQ/NFCPassportReader/pull/153/commits

gojogo88 commented 1 year ago

Thank you.

danydev commented 1 year ago

@AndyQ what do you think about the PR?

AndyQ commented 1 year ago

It looks ok, but I have a feeling I may have started with -1 for length and had to change it to 256 as it caused an issue with some passports. I'll go back throughout the history and check and if not then will merge in. Sadly may not be this week though as away with work.

AndyQ commented 1 year ago

PR has been merged - sorry for delay!