Over the last few months, I\'ve published several revisions to my app. Unfortunately, I didn\'t keep copies of all the old APKs, and now I\'d like to test upgrade from the o
And yet again - this question needs a newer answer, with the latest update of the Google Play Console, 2020.
The steps to now follow are, in the console, go to: App bundle explorer
On the top right corner, pick the artifact you want to download, then go to the Downloads tab. Scroll down to Assets, and look for the first entry in the table Original file. Click on the download icon to the right to download your APK or AAB file
Latest Update:
Go to
Developer Console => App releases => Production (Manage Production) => Release history => Select the version that you want => Click on Download button.
Your account should be granted with full permissions, otherwise the download button will be hidden.
Original Answer
Go to
Developer Console => Manage Releases => Artifact Library = > Archived Artifacts
You get the option to download the previous releases.
Update:
Go to
Developer Console => App releases => Artifact library => Check the version code/name you wanna download and click the download button at the right.
** Update: **
Developer Console => App releases => Production (Manage Production) => Download arrow.
Screenshot of tesla's correct answer. I had a little trouble finding the download icon:
Now it is possible. They added "Manage Releases" tab to Google Play Developer Console. From Artifact Library
under the Release Management
tab, you can download your app's APK.
You need to have the necessary permissions to see the download button next to your artifacts. If in doubt, try the root account.
It’s possible nowadays.
See screenshot below for clear picture.
Google added "Manage" option inside "App Release" of Google Play Developer Console. From Manage tab, you can see Release History and download your app's APK.
VISUAL EXPLANATION:: See 2 step process below.
Step1: Go to Manage Step 2: Goto Release History Section -> Select version-> Download Apk
It is possible to install old APK via link from Google Play Console. This way you install straight from Play Store rather than downloading the APK. This also works with app bundle which allows you to get optimized APK for your device.
FYI: I have seen some version not working if they were not released to production track. I am able to install all my production tracks also any active artifacts listed in Artifact library in Google Play Console. This should be enough if you are trying to test upgrade scenarios.