[Write] Update App Store version metadata
asc_metadata_updateUpdate localized App Store metadata fields (description, keywords, promotional text, etc.) for a specific version and locale. Use dry-run to preview the diff before applying changes.
Instructions
Write. Partially updates localized App Store metadata for a version/locale (description, keywords, promotionalText, whatsNew, supportUrl, marketingUrl). Locale is required and must be explicit (e.g. en-US, ja). Supports dryRun to preview the change as an old → new diff without applying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| dryRun | No | Preview only, do not apply | |
| locale | Yes | Locale to update, e.g. "en-US" | |
| version | Yes | App Store version string, e.g. "1.1" | |
| keywords | No | ||
| whatsNew | No | ||
| supportUrl | No | ||
| description | No | ||
| marketingUrl | No | ||
| promotionalText | No |