-
-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android application crashes with exception StrongBox security storage is not available. android.security.keystore.StrongBoxUnavailableException: Failed to generate key #598
Comments
Also getting this issue on .73 Android, API 34. |
@ashu171093 I experienced this issue when upgrading from 0.69 to 0.73. |
@tj-mc Thanks for response. I will check by implementing latest version on soloader. |
Hi @ashu171093, may I know are you able to resolve this issue? I'm experiencing the same issues on Android (iOS works fine) and the below doesn't resolve my issue.
|
Has the above problem been fixed yet? |
Trying to update Android SDK to 34 without updating the react-native version, so I'm currently on rn: 0.67.5. Updating the version of SoLoader helped me, but in my case there was
|
@lwin-kyaw In my case the issue is due to hermes enable . So for now I set enableHermes to false and rebuild project . Now android app launches without crash |
Our project started getting this error with latest keychain version when enabling fabric |
When try to launch android application getting issue :
StrongBox security storage is not available. android.security.keystore.StrongBoxUnavailableException: Failed to generate key.
Working fine for ios
The text was updated successfully, but these errors were encountered: