Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I lost My Keystore file. now how can i release update? [duplicate]

Tags:

android

I remember password of my old key store.(private and public keys ). can I create new key store and sign my app?

like image 750
Akshay Mahure Avatar asked Mar 26 '16 08:03

Akshay Mahure


People also ask

What happens if I lost my keystore?

Fill this Google support form. For the Developer account ID, you can found get it from here. Don't forget to include the app's package name and describe the issue by mentioning that you lost the app's signing key. Then, in a short time they'll send you an instruction email.


1 Answers

Keep your keystore and private key in a safe and secure place, and ensure that you have secure backups of them. If you publish an app to Google Play and then lose the key with which you signed your app, you will not be able to publish any updates to your app, since you must always sign all versions of your app with the same key.

  • There's no way to recover your key . Lost my keystore for uploaded app on android market .

So finally, Its not possible. Please Create new keystore with the application with different package name and version and publish as a new application.

Courtesy goes to Signing Your Applications .

like image 152
IntelliJ Amiya Avatar answered Sep 20 '22 04:09

IntelliJ Amiya