Closed payminty-shaun closed 1 year ago
I don't think it's not managed. As you see in the first line you are getting the dart side error:
10-05 11:27:50.911 15069 15118 E flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: TerminalException: localMobileDeviceTampered
If you have a way to try again with the latest version of the package that would be great
I'll see if I can reproduce it.
I'm happy for this issue to be closed as it may take me awhile to reproduce and I'm not likely to be doing in depth testing of these types of exceptions for another couple of weeks. I can create a new issue if I run into any problems.
Hi, thanks for the great package!
When testing, I found my Android phone was behind on security updates and triggered this error:
As this error was unhandled I was unable to show any feedback in my app when it occurs. Are you able to update the error handling logic for
connectMobileReader
in stripe_terminal.dart?Updating my phone with the latest security updates resolved this error, but without debugging the app, there was no way to see this error message to get an indication that something was wrong.