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
liveness crash due to Caused by android.security.KeyStoreException: Invalid key blob (so far happens on two samsung devices according to firebase crashlytics)
#206
Open
2 tasks done
hereisderek opened this issue
Dec 18, 2024
· 1 comment
# Put output below this line
------------------------------------------------------------
Gradle 8.10.2
------------------------------------------------------------
Build time: 2024-09-23 21:28:39 UTC
Revision: 415adb9e06a516c44b391edff552fd42139443f7
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 23.0.1 (Homebrew 23.0.1)
Daemon JVM: /opt/homebrew/Cellar/openjdk/23.0.1/libexec/openjdk.jdk/Contents/Home (no JDK specified, using current Java home)
OS: Mac OS X 15.2 aarch64
Please include any relevant guides or documentation you're referencing
received crashlytics report This issue has 102 crash events affecting 2 users
Describe the bug
crashlytics reports that this issue so far happened on only two Samsung devices, the app doesn't have much user base so it could happen to other devices as well. i have not personally experienced this crash but I don't have a Samsung to test on
Hi @hereisderek and thanks for the report. This is an issue coming from the underlying Amplify library that Liveness depends on. We're tracking this issue in the main Amplify repo and can be found here: aws-amplify/amplify-android#2845
Before creating a new issue, please confirm:
Which UI component?
Liveness
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
received crashlytics report This issue has 102 crash events affecting 2 users
Describe the bug
crashlytics reports that this issue so far happened on only two Samsung devices, the app doesn't have much user base so it could happen to other devices as well. i have not personally experienced this crash but I don't have a Samsung to test on
full crash report has been attached
co.hud.app_issue_98cd5b27c6c47f551c310e6dbb1d94ce_crash_session_676328E402A900010EFF66B17129E032_DNE_0_v2_stacktrace.txt
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
{
"auth": {
"plugins": {
"awsCognitoAuthPlugin": {
"CredentialsProvider": {
"CognitoIdentity": {
"Default": {
"PoolId": "us-east-1:***",
"Region": "us-east-1"
}
}
}
}
}
}
}
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: