semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
119 stars 119 forks source link

NDEF tag does not contain any NDEF message #58

Open istah opened 3 years ago

istah commented 3 years ago

Hello,

When I am trying to write to NDEF tag from my app with this plugin(2.0.5), Xcode throws an issue "NDEF tag does not contain any NDEF message". Did anyone face it? If yes, can you please provide any thoughts or solutions to this?

spravesh1818 commented 3 years ago

I get an empty tag response in an android device.Also message.payload gives me null.I used credit card to test the application.As much as I know some data should be shown.Though it detects values I cannot show it on the screen.Please help me as I have to present it in class.

vilvic commented 3 years ago

Check my comment here (https://github.com/semlette/nfc_in_flutter/issues/87)