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

[supply][action] add download_apk_from_google_play action (and corresponding supply methods) #21315

Merged

Commits on Jun 2, 2023

  1. [Supply] Listing & downloading generated APKs

    Add methods on the Supply client to list and download Universal Generated APKs from the Google Play Console — typically generated and code-signed by Google from the AAB you uploaded e.g. via the `upload_to_play_store`/`supply` action
    AliSoftware committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c5a4873 View commit details
    Browse the repository at this point in the history
  2. [Action] download_universal_apk_from_google_play

    Very useful when you use [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756) and thus don't necessary have the signing key to produce the APK yourself.
    In those cases, you typically only upload an AAB to GPC, then let Google code-sign and generate signed APKs from that AAB.
    AliSoftware committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    b985a7e View commit details
    Browse the repository at this point in the history
  3. Add download_universal_apk_from_google_play to `unused_options_spec…

    …` exceptions
    
    Because most of the options that are detected as not being used directly by the action are in fact just passed along to Supply::Client.make_from_config
    AliSoftware committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    546df7e View commit details
    Browse the repository at this point in the history