Reputation: 4716
When uploading an updated APK to my game on the new Play store developer console, I get red klaxons and badness because it conflicts with the previous uploaded version. I guess I have to press the Archive button next to the previous APK, but that's scary.
Can someone confirm that an end user won't actually see any changes until I hit the Publish button? My app isn't going to be removed from sale for even a few minutes?
EDIT: originally mentioned Delete, when I meant Archive
UPDATE: I bit the bullet and hit Archive yesterday. Have not yet hit Publish on the new APKs. My Play Store page now claims the game was updated yesterday. Hold me, I'm scared.
Upvotes: 6
Views: 3526
Reputation: 3127
When you want to make app update in play store you have to: 1. Increase versioncode in androidmanifest.xml 2. Upload apk to playstore 3. Publish apk
Note: Apk which is "published" is available for users to download.
Upvotes: -1
Reputation: 319
It is first valid when you publish. Just been playing around with my own apks to test it. If you make a wrong configuration, like archieving the newest apk version, it will disable the publish button, so you cant publish.
It only creates a draft, when you archive. The draft is first valid on publish.
Upvotes: 5
Reputation: 75629
You cannot delete published files, so if you see "delete" button it is just for uploaded unpublished APK. You can safely wipe it out as it's just local change
Upvotes: 2