Hi, I'm trying to implement background NFC reading in my app, but I need it to work without associated url. On the tags should only be plain text that my app then works with.
I only need this behavior if my app is active, so it shouldn't always open my app upon scanning. It should only retrieve data from a tag if the app is active, but without the user having to click on some button to trigger reading.
If this isn't possible is there at least a way to intercept every nfc event and read it, like shortcuts currently does?