getEnvironmentByAppVersion
Identify the deployment environment (PROD or DEV) for a given app version by specifying platform, app version, and build version.
Instructions
Get environment type (PROD/DEV) based on app version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Platform (e.g., "Android") | Android |
| appVersion | No | App version (e.g., "5.5.0") | 5.5.0 |
| buildVersion | No | Build version (e.g., "150") | 150 |