1

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.

user2600853
  • 101
  • 1
  • 12

1 Answers1

3

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.

nshah
  • 597
  • 2
  • 9
  • 30