play_get_release_tracks
Fetch Google Play release tracks and active serving releases to identify production, beta, alpha, and internal versions with release names and versionCodes.
Instructions
[Release Discovery] Fetch Google Play release tracks (PRODUCTION, BETA, ALPHA, INTERNAL) and active serving releases with their release names and versionCodes. Essential for automatically discovering the latest production version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | Android package name (e.g. com.example.app). Optional if GOOGLE_PLAY_PACKAGE_NAME is set. | |
| credentials_path | No | Optional path to GCP credentials JSON. |