Get app details
play_get_app_detailsFetches app-wide details like default language and developer contact info from Google Play Console using a package name and edit ID.
Instructions
Fetches app-wide details: default language and developer contact info (email, phone, website).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |