Hello,
I couldn't find a better place to ask about issues using the Core NFC enhancements in iOS 13.
I'm attempting to attempt access to a simple smartcard applet on a typical smartcard. To the extent that this smartcard is also able to be a MiFare card, the MiFare capabilities of the card have been disabled.
I'm have the appropriate entitelements and the proper AID loaded in the Info.plist array.
I have NFC sniffing equipment which even shows the iPhone 8 selecting my application (which succeeds with a SW1 SW2 of 0x90 0x00).
Shortly thereafter and without having made a call to my tagReaderSession didDetectTags, I'm seeing: Error Domain=NFCError Code=202 "Session invalidated unexpectedly" UserInfo={NSLocalizedDescription=Session invalidated unexpectedly} in the debug console.
Any thoughts?