Skip to content

flutterNfcKit.poll issue #215

@Saintqqq

Description

@Saintqqq

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions