Bibin
Bibin

Reputation: 21

Is it possible to recreate a new android keystore using my old keystore details?

I want to give an updation to my existing app. Now i am using a new system for developing, the problem is that my keystore is in my old system .Is it possible to recreate the same keystore in my new system, i know all the details of my old keystore firstname,lastname,alias,password etc..

Upvotes: 1

Views: 1712

Answers (2)

Anuj Sharma
Anuj Sharma

Reputation: 4324

Official documentation says that

In general, the recommended strategy for all developers is to sign all of your applications with the same certificate, throughout the expected lifespan of your applications.

You should check this documentation.

In your case if you create new keystore for your existing app on google play. Google play console will prompt error that same package exist already. So you must get your old Keystore for further updates of your application.

For your case check this.

Upvotes: 0

Ahsanwarsi
Ahsanwarsi

Reputation: 1023

If you are having old keystore then you should go with that one instead of creating new one.

Upvotes: -1

Related Questions