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
While reviewing my crash logs, I noticed several instances of a strange exception. I've replaced the Tag ID for privacy reasons, but it's a valid ID. Does anyone have any ideas on what might be causing this? I haven't been able to reproduce the issue myself. It seems to occur only on Android devices.
Fatal Exception: java.lang.SecurityException: Permission Denial: Tag ( ID: XX XX XX XX XX XX XX E0 ) is out of date
at android.nfc.Tag.getTagService(Tag.java:381)
at android.nfc.tech.Ndef.canMakeReadOnly(Ndef.java:347)
at io.flutter.plugins.nfcmanager.TranslatorKt.getTagMap(Translator.kt:783)
at io.flutter.plugins.nfcmanager.NfcManagerPlugin.handleNfcStartSession$lambda$3$lambda$2(NfcManagerPlugin.java:23)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:222)
at android.os.Looper.loop(Looper.java:314)
at android.app.ActivityThread.main(ActivityThread.java:8680)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:565)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081)
The text was updated successfully, but these errors were encountered:
While reviewing my crash logs, I noticed several instances of a strange exception. I've replaced the Tag ID for privacy reasons, but it's a valid ID. Does anyone have any ideas on what might be causing this? I haven't been able to reproduce the issue myself. It seems to occur only on Android devices.
The text was updated successfully, but these errors were encountered: