list_generated_apks
Retrieve APKs Google Play generated from an uploaded bundle for a version code, grouped by signing key, including split, standalone, and universal APKs with download IDs.
Instructions
List the APKs Google Play generated from an uploaded bundle for a given version code, grouped by signing key, including split, standalone and universal APKs with their download ids. Use list_bundles to find version codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| version_code | Yes | Version code of the uploaded bundle, e.g. '415'. Get it from list_bundles. |