chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
705 stars 554 forks source link

iOS Crash on scanTag/scanNdef #428

Open parnanzio opened 3 years ago

parnanzio commented 3 years ago

I have a blank app, the target app configured with the NFC capability, the provisioning profile downloaded with the NFC capability enabled, a simple code (similar to the example provided in the README) to read NFC tags. I start the (very) simple app with a single button on my iPhone. On tap on the button I would start the NFC detection.

When I call this.nfc.scanTag or this.nfc.scanNdef the XCode raises a crash on com.apple.corenfc.readersession.

image

phonegap-nfc: v 1.2.0 XCode: v 11.7 device iOS: v 13.7

Basman97 commented 3 years ago

Did you manage to get this working? I have tried a similar basic nfc project for iOS 14.2 (tested on an iPhone 7) and using Xcode 12.2 but for some reason no matter what I do never seem to be able to even see the Ready to Scan dialog. Entitlements, profiles, etc all look correct.