revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.38k stars 317 forks source link

Library is not working on iOS while working well on Android #740

Open 17awakil opened 3 months ago

17awakil commented 3 months ago

I'm not even able to scan an NFC tag on iOS, while the same code works well on Android.

I have taken all the steps to include the NFC Core Library on Xcode, and adding NFC capabilities in the Info.plist file and so on. The Ready To Scan popup works but the actual scan fails. No tag is ever detected.

Is anyone else experiencing this?

How have you addressed this?

Thanks for your help!

Jidahan commented 2 months ago

i have same problem! sos! Snipaste_2024-07-29_17-02-00

tastydev commented 2 months ago

Heys Guys, you are probably calling NfcManager.start() multiple times make sure to call it only once in your lifecycle.

aberikashvili commented 1 week ago

I have the same problem, NFC popup opens on iPhone, but it doesn't detect anything

subhusal commented 4 days ago

For iOS it seems, if the ndefMessage is null, it won't work. But for the same card it works fine for Android.

Can anyone have a way out for this issue?