I'm using nfc_manager version 4.1.1, and when I scan tags with no NDEF data I see this in Xcode :
Error Domain=NFCError Code=403 "NDEF tag does not contain any NDEF message" UserInfo={NSLocalizedDescription=NDEF tag does not contain any NDEF message}
and onDiscovered is never triggered. But I need to see that kind of tags inside onDiscovered, because I'm dealing with tag IDs in my app and I can't tell my clients to travel to all their sites to write a single character in each NFC tag they have to be able to scan them again. It was possible to do it in 3.5.x versions, so can you please re-implement it ?
I'm using
nfc_managerversion 4.1.1, and when I scan tags with no NDEF data I see this in Xcode :Error Domain=NFCError Code=403 "NDEF tag does not contain any NDEF message" UserInfo={NSLocalizedDescription=NDEF tag does not contain any NDEF message}and
onDiscoveredis never triggered. But I need to see that kind of tags insideonDiscovered, because I'm dealing with tag IDs in my app and I can't tell my clients to travel to all their sites to write a single character in each NFC tag they have to be able to scan them again. It was possible to do it in 3.5.x versions, so can you please re-implement it ?