-
Notifications
You must be signed in to change notification settings - Fork 392
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
Account storage key is not removed during delete #3894
Comments
Need to find the key store on iOS. (Maybe look at js/ios/Berty/Sources/Bridge/KeystoreDriver.swift ?) |
On iOS, handleAppUninstallation calls clearSecureKeyStore(). How to check if this is used when the account is deleted?
On Android, where does it create the keystore?
|
We don't have enough info right now to understand how the key store is saving data using the OS features. Put in backlog until we have time to investigate. |
I think this issue was about the key not being removed on account delete, not app removal |
Thanks, @n0izn0iz! I updated the comment. |
No description provided.
The text was updated successfully, but these errors were encountered: