Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Tag Android got exception: Tag IO Error #142

Open
phamquoctuan1 opened this issue Jul 12, 2023 · 2 comments
Open

Write Tag Android got exception: Tag IO Error #142

phamquoctuan1 opened this issue Jul 12, 2023 · 2 comments

Comments

@phamquoctuan1
Copy link

Description

Steps to Reproduce

  1. I put breakpoint into MainPage.xaml.cs to debug
  2. then clicked Write Tag (TEXT) in App
  3. 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

@saamerm
Copy link
Contributor

saamerm commented Sep 20, 2023

@phamquoctuan1 Could you please fill out all the information so we can possibly help you fix this issue?

@rehnz
Copy link

rehnz commented Oct 31, 2023

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.

image

Any guidance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants