react-native-nfc-manager
react-native-nfc-manager copied to clipboard
How can I open my application and get tag information when app is in kill state or in background?
I need to open my iOS app when user scan NFC tag.Also i need tag id which is scanned by user. Library verison : "react-native-nfc-manager": "3.9.0" React native version : "react-native": "0.64.2",
It's totally possible, and in my opinion the simplest way to achieve that is to use custom scheme & deep link with NDEF RTD_URI.
- Define your custom scheme, and support deep linking for your app using this scheme.
- Write your deep link with custom scheme into NFC tag with RTD_URI, which are supported by both Android / iOS
Thanks for your reply I'll try this.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Yes indeed it's the good way and it works well. But how to read tag data, in particulary tag id ?