l7ivine
l7ivine

Reputation: 81

Update app (Android) on Google play with new project?

I had to start a new project because of some problems that I had with my old one. I already published the old one, is there anyway I can make modifications to the new one so that I can just update my new project's apk into the old one?

Upvotes: 0

Views: 415

Answers (2)

CodeWalker
CodeWalker

Reputation: 2378

Keep the project name as same as the earlier one. Sign your new project's apk with the existing keystore you used for the preceding apk. Log in to your developer console, choose the app --- APK --- `Upload new APK to Production
enter image description here

Upvotes: 1

Shivam Verma
Shivam Verma

Reputation: 8023

If you upload a new apk to the play store with the same package name as the previous one, every user using the previous apk will be able to see that an update is available for the app and he may or may not update it depending on his preferences.

Upvotes: 0

Related Questions