NFCPassportReader icon indicating copy to clipboard operation
NFCPassportReader copied to clipboard

NFCPassportReader for iOS 13

Results 68 NFCPassportReader issues
Sort by recently updated
recently updated
newest added

Hi, first, i want to thank u for the great work you do. i m trying to test the NFC scan in id card. but i get the following errors...

I noticed, that I was not able to successfully authenticate using PACE with German passports. I then compared the commands and responses with the ones JMRTD produces and found out,...

Hello, we at **iDenfy** use the code from this library for our NFC solution (I also messaged you @AndyQ in person, we at iDenfy would like to become an official...

Hello, thanks for your great work, The DataGroup12 seems to be internal and it cannot be accessed outside the library: ```swift if let dg12 = pass.dataGroupsRead[.DG12] as? DataGroup12 { /*...

Hello there 👋 Thanks for an awesome library! We are doing POCs for scanning documents and only require compatibility with **Dutch** documents and `DG1`, `DG2` and `SOD` data groups. The...

Hi, first i wanna thank AndyQ for this greate work. I try to read id card using PACE authentication method. firstly i have trouble to get cardAccess data but finnaly...

enhancement
help wanted

BacHash support, now you can read the passports using bacHash.

You can use the Card Access Number together with PACE. In the Example App the CAN will be used if entered and is preferred over the MRZ data.

``` ale@pcale:~/NFCPassportReader$ swift build Fetching https://github.com/krzyzanowskim/OpenSSL.git [6279/6279] Fetching objects Fetched https://github.com/krzyzanowskim/OpenSSL.git (39.91s) Computing version for https://github.com/krzyzanowskim/OpenSSL.git Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.1400 (0.21s) Creating working copy for https://github.com/krzyzanowskim/OpenSSL.git Working copy of https://github.com/krzyzanowskim/OpenSSL.git...