Usage
How to prepare your app for the use of SDK
Will need to add the following fields in your Info.plist:
Privacy - Camera Usage Description (NSCameraUsageDescription)
Privacy - NFC Scan Usage Description (NFCReaderUsageDescription)
Privacy - Location When In Use Usage Description (NSLocationWhenInUseUsageDescription)
Privacy - Location Always Usage Description (NSLocationAlwaysUsageDescription)
ISO7816 application identifiers for NFC Tag Reader Session (com.apple.developer.nfc.readersession.iso7816.select-identifiers)

Was this helpful?