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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: