Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 3 replies, 0 views
It looks like someone is in the middle of doing a Local Authentication operation at the time of the crash. Any chance that’s your code?
Yes, if they have biometry enabled in the app, once they return to the app and are logged out, then we immediately prompt the biometry check. This is why I thought that maybe they left the phone while at a screen that has a WKWebview, then the app timed out, so when they came back to the app, they were prompted to sign in again and that's when the biometry checks kicked in.
Are you able to see in thread 15 if the LocalAuthentication finished its processes or was interrupted?
Additionally, I will try the "standard memory debugging tools", although I've used it in the past without much success.