I’m making an attempt to construct an iOS utility utilizing Swift to learn a contactless card.
I had given the required entitlements for studying the NFC Tags.
Beneath is my entitlement file.
com.apple.developer.nfc.readersession.codecs
TAG
NDEF
data.plist
NFCReaderUsageDescription
App requires NFC entry to change APDU with exterior tag
com.apple.developer.nfc.readersession.iso7816.select-identifiers
A000000XXXXXX
As quickly as I faucet the cardboard on the telephone, it offers under error.
NFC SESSION STARTED
-[NFCTagReaderSession _connectTag:error:]:744 Error Area=NFCError Code=2 “Lacking required >entitlement” UserInfo={NSLocalizedDescription=Lacking required entitlement}
Observe: iOS model: 15.6
I’m unable to know regardless of giving the entitlements, it isn’t working.