download_generated_apk
Download a generated APK from Google Play to a local file using package name, version code, and download ID.
Instructions
Download a single generated APK to a local file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_id | Yes | Download ID of the generated APK (from `list_generated_apks`) | |
| package_name | Yes | App package name | |
| version_code | Yes | Version code of the app bundle | |
| destination_path | Yes | Local path to write the APK bytes to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||