Open IvesBertoli opened 2 years ago
@IvesBertoli what is OBS and OBS2?
Extra Information (Observation)
@IvesBertoli what kind of tag are you using and did you see the application output? "IsSupported" is false, so place some breakpoints and share the steps to see why it is false
this screenshot is result of another android app (https://play.google.com/store/apps/details?id=com.ssaurel.nfcreader).
@saamerm, can you help?
@IvesBertoli I dont have the nfc tags that you are using unfortunately so I can't tell why you are facing this issue since our tags works fine for us.
As I asked before, when you were debugging: did you see the application output? "IsSupported" is false, so place some breakpoints and could share what is the reason that it is returning false?
I was having the same issue, after format the tag with NDEF format with another app (https://play.google.com/store/apps/details?id=com.manjul.utility.nfc.writer&hl=pt_BR&gl=US) it starts working. Is there a way to add a method for this ?
Example method in Android: https://developer.android.com/reference/android/nfc/tech/NdefFormatable?authuser=2
@dev-vinicius I dont have NFC tags of that type in order to test it, did you want to submit a PR with that functionality?
https://github.com/franckbour/Plugin.NFC/pull/102 - Its working with Mifare Classic
Description
I developing app using Xamarin Forms and need read NFC card to identify peoples and machines. So, starting ready the app not return data, return empty data and flag IsSupported is false.
Steps to Reproduce
Expected Behavior
Return data writed
Version with issue: 0.1.21
Last known good version:
IDE: VS Mac
Platform Target Frameworks:
Nuget Packages: Plugin.NFC
Affected Devices: All
Reproduction Link
OBS: Your sample in Git are error too
OBS2: The smartphone working fine becouse was tested read with another app and work!