okadan / flutter-nfc-manager

A Flutter plugin for accessing the NFC features on Android and iOS.
https://pub.dev/packages/nfc_manager
MIT License
208 stars 134 forks source link

Ndef read always returns null after Android update (S20 5G) #117

Open EmbeddedMarks opened 1 year ago

EmbeddedMarks commented 1 year ago

One of the phones I was testing my app on (Samsung S20 5G) had a security patch update on 10th of January (Build number: G981BXXUFGVJE).

Since the software update the Ndef.read function of nfc_manager library always returns null. The function works fine on all other of my test devices that did not go through software update.

anowotny commented 1 year ago

any update on this issue?