Software Archive
Read-only legacy content
17061 Discussions

Recover a deleted key.

Jacques_C_
Beginner
327 Views

Hello ! (I apologize in advance but I do not speak English and my text is translated with google translation)

I wanted to get an update from my Android application unless an error message saying that I do not have the same digital fingerprint that the latest version.
I know why, it's because I changed intel xdk account.
So I picked up the old account but I remember you remove the key with which I compiled the project.
Is there a way to retrieve a deleted key?

0 Kudos
1 Reply
Jorgesys
Beginner
327 Views

 

You could recover a password from a Keystore:

https://code.google.com/archive/p/android-keystore-password-recover/

But you can´t recover the Keystore

The documentation says:

 You must keep your keystore in a safe and secure place.

https://developer.android.com/studio/publish/app-signing.html

 

I´m sorry you need to create another keystore and upload to the Playstore another application signed with this new keystore.

0 Kudos
Reply