Reputation: 81
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
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
Upvotes: 1
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