Deploy App Multilang
deploy_app_multilangDeploy an APK or AAB to a Google Play track with release notes in multiple languages, controlling rollout percentage for staged releases.
Instructions
Deploy an APK or AAB file with multi-language release notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Release track - one of: internal, alpha, beta, production | |
| file_path | Yes | Absolute path to APK or AAB file | |
| package_name | Yes | App package name (e.g., com.example.myapp) | |
| release_notes | Yes | Dictionary mapping language codes to release notes (e.g., {"en-US": "Bug fixes", "es-ES": "Corrección de errores"}) | |
| rollout_percentage | No | Rollout percentage (0-100). Default 100 for full rollout. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||