Check Aso Metadata
check_aso_metadataCheck app listing text against Google Play policy limits before submission. Avoid review rejection by validating title and description lengths beyond API acceptance.
Instructions
Check listing text against Play POLICY limits, not just what the API accepts.
The distinction matters: the Android Publisher API accepts a 50-character title and Play then rejects the app at review, because policy caps titles at 30. A title between 31 and 50 characters is reported as a warning — it will upload successfully and fail review.
Use validate_listing_text for the API-level check before an upload; use this before deciding on the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | App title | |
| full_description | No | Full description | |
| short_description | No | Short description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||