I already created React Native NFC feature using nfc manager package and runs smoothly on Android, but when I try to run it on iOS device I keep getting the error below:
[NFCHardwareManager areFeaturesSupported:outError:]:358 XPC Error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.nfcd.service.corenfc was invalidated: failed at lookup with error 159 - Sandbox restriction." UserInfo={NSDebugDescription=The connection to service named com.apple.nfcd.service.corenfc was invalidated: failed at lookup with error 159 - Sandbox restriction.
The device is a iPhone 13
I already implemented the iOS setup & permission based on the NFC manager documentation but I still cannot trigger the NFC.
AddNear Field Communication Tag Reader Session Formats Entitlements to my entitlements.
I already created React Native NFC feature using nfc manager package and runs smoothly on Android, but when I try to run it on iOS device I keep getting the error below:
The device is a iPhone 13
I already implemented the iOS setup & permission based on the NFC manager documentation but I still cannot trigger the NFC.
AddNear Field Communication Tag Reader Session Formats Entitlements to my entitlements.
Add NFCReaderUsageDescription, com.apple.developer.nfc.readersession.iso7816.select-identifiers to my Info.plist.
Does anyone know how to set it up correctly?