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

Issue with NFC Tag detection in iOS - MAUI #139

Open
Devendiran-UTT opened this issue May 18, 2023 · 0 comments
Open

Issue with NFC Tag detection in iOS - MAUI #139

Devendiran-UTT opened this issue May 18, 2023 · 0 comments

Comments

@Devendiran-UTT
Copy link

Description

We are using Plugin.NFC for NFC related flow in our mobile application which is built in MAUI.
While the NFC tag detection works on Android, we are facing issues with iOS - (v16.2). We receive error at

            Session = new NFCNdefReaderSession(this, null, true);
            if (Session != null)
            {
                Session.BeginSession();  --Application crash after executing this line
            } 

We captured the crash report, and below is the error message we could see

"Native Crash Reporting
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application."

Basic Information

  • Version with issue: 0.1.26
  • IDE: Visual Studio on Mac 17.4.2
  • Platform Target Frameworks:
    • iOS: 16.2
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

1 participant