Prepare your Xcode project
Add the NFC capability key to your .entitlements file
<key>
com.apple.developer.nfc.readersession.formats
</key>
<array>
<string>NDEF</string>
</array>
Prepare your Xcode project
Add the NFC capability key to your .entitlements file
<key>
com.apple.developer.nfc.readersession.formats
</key>
<array>
<string>NDEF</string>
</array>