-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
hi
im using ios / 15693 tag
My block 0 is E2 40 00 01, declaring it as an NDEF tag. However, my block 1 is (00 00 03 FF), which is an incomplete NDEF data format.
This causes NFCTag tag = await FlutterNfcKit.poll();
to fail, as it cannot detect the tag. What should I do? I need to rewrite clean NDEF data to make it work properly.
Although I declared the tag as NDEF in block 0, the data is not necessarily in NDEF format. I still need NFCTag tag = await FlutterNfcKit.poll(); to be able to read the tag.
Is there a way to avoid polling specifically for NDEF tags and instead detect any type of tag?
thanks
Metadata
Metadata
Assignees
Labels
No labels