Manikandan
Manikandan

Reputation: 894

Using existing keystore with new project

I have got the keystore with which I signed the old application, which is available on the Google Play Store.

Can I use the same keystore for a new project and update my app (on Google Play Store)?

Upvotes: 1

Views: 2951

Answers (3)

Amit Vaghela
Amit Vaghela

Reputation: 22965

May i use that for my new project and update my Google play app?

Yes, You can use that keystore for many applications.

No need to generate a new keystore.

Same keystore will help if you want to update or modify the application. At that time you need to sign your application with the same key throughout the expected lifespan of your applications. There are several reasons why you should do so

check more details Signing Considerations Document.

Upvotes: 2

Rohit Heera
Rohit Heera

Reputation: 2737

yes you can use the same with same password

Upvotes: 0

Hetvi
Hetvi

Reputation: 3

Yes you can, you can use same key for multiple projects.

But make sure to keep this key at safe place, because once you lost this key you will not be able to update your existing projects.

Upvotes: 0

Related Questions