Reputation: 101
I have an app on Google Play and I want to provide a new version with updates, but unfortunately I've lost the keystore (yes, I'm an idiot).
I know that I need to use the same key to upload the new version, is there a way to fix this, for example create a new key and modify the SHA1 using the SHA1 from the other key which I've lost?
Thank You.
Upvotes: 1
Views: 1694
Reputation: 597
If you lost your keystore then there is no way that you can update the app in play store (it will cause a signature error)! The only way is that you can create an app with a new package name upload it to store and remove the old app.
Upvotes: 3