Question

I've seen a lot of posts about losing keystore passwords, but I have my keystore password but lost a private key password. Now, I can't sign using that key, which is required to update my app. Is there anything I can do?

Was it helpful?

Solution

No, there is nothing you can do.

The apk must be signed with the exact same keystore and profile within the keystore. You cannot simply generate another one with the same password and details. It will not work.

You will have to publish your app again with a new keystore and under a different package name, or remember your password.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top