nfc_in_flutter icon indicating copy to clipboard operation
nfc_in_flutter copied to clipboard

can't read Tag ID in iOS

Open MarshmallowB opened this issue 4 years ago • 2 comments

Hey could you tell me how i can read the Tag ID? It doesnt work with :

NDEFMessage message = await NFC.readNDEF(once: true).first; print("ID: ${message.id}");

Best regards Bob

MarshmallowB avatar Jun 04 '21 14:06 MarshmallowB

So do I, any news? I am using the Mifare Classic 1K

PiroX4256 avatar Jun 26 '21 09:06 PiroX4256

@MarshmallowB, we can write successfully using this :

.readNDEF(once: false, readerMode: NFCNormalReaderMode(),alertMessage: "Custom message with readNDEF#alertMessage")

jams032 avatar Jul 18 '22 03:07 jams032