You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Description
Steps to Reproduce
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
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: