update_version_metadata
Update App Store version metadata including description, keywords, release notes, and URLs, validating Apple character limits before writing.
Instructions
Edit App Store metadata on the editable version: description, keywords, what's-new, promotional text, marketing/support/privacy-policy URLs, plus app name and subtitle. Validates Apple character limits before writing. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | App name (max 30 chars) | |
| app_id | Yes | App Store Connect app ID | |
| locale | No | Locale to edit (e.g. en-US). Default: first/primary locale. | |
| keywords | No | Comma-separated keywords (max 100 chars total) | |
| subtitle | No | App subtitle (max 30 chars) | |
| whats_new | No | What's New / release notes (max 4000 chars) | |
| description | No | App description (max 4000 chars) | |
| support_url | No | Support URL | |
| marketing_url | No | Marketing URL | |
| promotional_text | No | Promotional text (max 170 chars) | |
| privacy_policy_url | No | Privacy policy URL (shown on the App Store listing) |