Upload APK
play_upload_apkUpload a new APK file to an open Google Play edit to update existing APK-based apps, specifying the package, edit ID, and local file path.
Instructions
Uploads a new APK file into an open edit. Prefer play_upload_bundle (.aab) for new apps — Google Play requires App Bundles for new apps as of Aug 2021 — APK upload remains for existing APK-based apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| filePath | Yes | Absolute local path to the .apk file | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |