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
I'm getting TAG Error. Can you please help on this error?
Please find the details of the error.
Tag Error: No NDEF message found o NDEF not supported
at Poz1.NFCForms.Droid.NfcForms.ReadNdef (Android.Nfc.Tech.Ndef ndef) [0x00014] in :0
at Poz1.NFCForms.Droid.NfcForms.OnNewIntent (System.Object sender, Android.Content.Intent e) [0x0007c] in :0
at NFCApp.Droid.MainActivity.OnNewIntent (Android.Content.Intent intent) [0x00007] in :0
at Android.App.Activity.n_OnNewIntent_Landroid_content_Intent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_intent) [0x00011] in <296d0ee83a1a4bffb8ba0a81b8bcee24>:0
at (wrapper dynamic-method) System.Object:4e767881-8b5b-417e-a598-da63a31751d0 (intptr,intptr,intptr)
Thanks in Advance.
The text was updated successfully, but these errors were encountered:
just had the same problem.
i'm not sure, but it seems like the nuget version is not up to date.
using the code for Droid.NfcForms from this github repo did the trick for me.
i think the relevant commit for your problem might be 7ede53a
Hi,
I'm getting TAG Error. Can you please help on this error?
Please find the details of the error.
Tag Error: No NDEF message found o NDEF not supported
at Poz1.NFCForms.Droid.NfcForms.ReadNdef (Android.Nfc.Tech.Ndef ndef) [0x00014] in :0
at Poz1.NFCForms.Droid.NfcForms.OnNewIntent (System.Object sender, Android.Content.Intent e) [0x0007c] in :0
at NFCApp.Droid.MainActivity.OnNewIntent (Android.Content.Intent intent) [0x00007] in :0
at Android.App.Activity.n_OnNewIntent_Landroid_content_Intent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_intent) [0x00011] in <296d0ee83a1a4bffb8ba0a81b8bcee24>:0
at (wrapper dynamic-method) System.Object:4e767881-8b5b-417e-a598-da63a31751d0 (intptr,intptr,intptr)
Thanks in Advance.
The text was updated successfully, but these errors were encountered: