revtel / react-native-nfc-manager

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

Recognized by Shortcuts but not App #582

Closed hkaras19 closed 1 year ago

hkaras19 commented 1 year ago

I copied the example reader from the starter code and followed all of the setup instructions for iOS; however, I am not able to identify my tag. The UI does pop up, but nothing happens. Interestingly, I am able to identify the card using the Shortcuts app on my iPhone. Is this particular card not supported by the library?

Link to Tag: https://www.adafruit.com/product/359

whitedogg13 commented 1 year ago

Hi, @hkaras19 what you mentioned is possible. Some NFC tags can only be discovered by Apple's internal app like shortcut. No public API available for discovering these tags.

You can do following steps to check if this is the case:

If the second one can discover the tag but our app cannot, please feel free to re-open this issue.