Closed PraneethGunas closed 4 months ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Example code snippet that starts a session with one of the NFC cards with a select command. The session is active until the rfc signal persists. This is lost once the card is far from the NFC receiver... (extraneous/ignore)
Problem: Following recent iOS 17.x updates, I've encountered an issue where the isoDepHandler.transceive function abruptly ceased functioning, presenting an NFCError:2, specifically NfcErrorIOS indicating a security violation. On quite a bit of digging, it appears this error typically arises when entitlements are absent. However, I've verified that my app.entitlements file includes the necessary listing and it was previously working just fine with older versions of iOS.
and also the below for tag type 4 of ndef payloads
Any known reasons for what is happening with recent versions of iOS or anything that I'm missing here?