When reading a Tag on iOS with a link to an associated domain, the app does not open
I am currently making an app which reads and writes specific data to NFC-Tags
via Ndef
. I would like to add the functionality to the app, that when a corresponding tag is read, it should open the app. I am using react-native to create this app, if this matters.