Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to retain old versions of the apk #76

Open
marin-marsic opened this issue Aug 20, 2021 · 2 comments
Open

Ability to retain old versions of the apk #76

marin-marsic opened this issue Aug 20, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@marin-marsic
Copy link

marin-marsic commented Aug 20, 2021

This is actually a question.
I was wondering whether it is possible to somehow retain some apk versions when making a new release. If so, how, if not, is there a possibility for this feature to be added?

The Google Play Console supports this option. The use cases where this would be useful are:

  • if some devices stop being supported and stop getting new updates, we still want to let them download the last version which was supported on those devices (eg. we stop supporting updates for devices on api levels lower than 21, but we still want them to be able to install the apk)
  • if we want to support different versions of the same apk for different types of devices (eg. phone, tv, wear) but release updates for one type of devices more often and don't want to release three new versions of the app every time we want to update one of them.

Also, another way of solving this problem would be to make a draft release and then manually select the versions to retain on the Play Console. So maybe this would be another argument for adding the "draft" option.

@marin-marsic marin-marsic added the bug Something isn't working label Aug 20, 2021
@boswelja boswelja added enhancement New feature or request and removed bug Something isn't working labels Jun 15, 2022
@boswelja
Copy link
Collaborator

I'm under the impression keeping old AAB/APK is the default behaviour, but I can totally see this being something we can control

@boswelja boswelja added the good first issue Good for newcomers label Oct 22, 2022
@boswelja
Copy link
Collaborator

Linking Edits tracks documentation for anyone interested in working on this:
https://developers.google.com/android-publisher/api-ref/rest/v3/edits.tracks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants