[ad_1]
I have to construct a easy App with a iso7618 sensible card.
Its not a passport however I take advantage of a code from NFCPassportReader App as a base for my app. I began with working a session:
if NFCTagReaderSession.readingAvailable {
readersession = NFCTagReaderSession(pollingOption: [.iso14443], delegate: self, queue: nil)
readersession?.start()
}
If I put the iPhone close to a passport it triggers the delegate however whereas placing different 7816 card nothing occurred
I added the configuration for NFC , if I put a passport the customized APDU working okay
what can I do to help these customized playing cards?
thanks
[ad_2]
