Upload Android App Bundle (.aab)
play_upload_bundleUpload an Android App Bundle (.aab) from a local path into an open Google Play edit. Returns versionCode to assign to a release track before publishing.
Instructions
Uploads a new Android App Bundle (.aab) file into an open edit. Provide a local file path. After uploading, assign the returned versionCode to a track with play_update_track and then play_commit_edit to publish it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| filePath | Yes | Absolute local path to the .aab file | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" | |
| ackBundleInstallationWarning | No | Set true to acknowledge the bundle-installation-time warning if prompted. |