tananaev / passport-reader

e-Passport NFC Reader Android app
329 stars 128 forks source link

any interest in replicating for ios11? #6

Open mvayngrib opened 7 years ago

mvayngrib commented 7 years ago

ios11 supports reading nfc tags https://developer.apple.com/documentation/corenfc

tananaev commented 7 years ago

Interesting that you asked because I thought about it myself when I heard about new Core NFC API.

Unfortunately it seems like it's still too limited and can only read NDEF tags, so as far as I understand it won't be able to read passport data.

mvayngrib commented 7 years ago

@tananaev ah, ic. What tags do passports use?

tananaev commented 7 years ago

I'm not too sure, but from what I read it's something different.

aranjan commented 6 years ago

@mvayngrib different counties passport uses different tags, but most of European countries use ISO 14443 tags (a and b). Hope this helps.

1284115201 commented 3 years ago

any interest in replicating for ios13?

tananaev commented 3 years ago

Is it possible now? Any references?

1284115201 commented 3 years ago

@tananaev https://developer.apple.com/documentation/corenfc/nfctagreadersession

tananaev commented 3 years ago

Interesting. Looks like there's even a library:

https://github.com/AndyQ/NFCPassportReader

I don't think I would have time to work on it any time soon though.

mguaylam commented 3 years ago

@tananaev found this as well : https://developer.apple.com/forums/thread/119524