Plugin.NFC
Plugin.NFC copied to clipboard
Write Tag Android got exception: Tag IO Error
Description
Steps to Reproduce
- I put breakpoint into MainPage.xaml.cs to debug
- then clicked Write Tag (TEXT) in App
- It was throw exception in ndef.Connect(); in this method WriteOrClearMessage went to this line catch (Java.IO.IOException ioex) { throw new Exception("Tag IO Error: " + ioex.Message); }
Expected Behavior Can write the tag
Actual Behavior got exception
Basic Information Only debug get that, when I run app normally is ok
- Version with issue:
- Last known good version:
- IDE:
- Platform Target Frameworks:
- iOS:
- Android:
- UWP:
- Nuget Packages:
- Affected Devices:
Screenshots
Reproduction Link
@phamquoctuan1 Could you please fill out all the information so we can possibly help you fix this issue?
I am getting this same error on MAUI with Android ONLY when trying to publish with NFCNdefTypeFormat.Mime TypeFormat. WellKnown (text) seems to work fine.
Any guidance?