[Write] Add a new App Store metadata locale
asc_metadata_create_localeAdd a new language locale to an app version's metadata, e.g., add Japanese to an English-only version. Fails if locale already exists; supports dry run to preview changes.
Instructions
Write. Creates a new localization for a version, e.g. adding Japanese ("ja") to a version that only has en-US. Fails if the locale already exists — use asc_metadata_update for existing locales. Fields are optional and can be filled in now or later with asc_metadata_update. Supports dryRun.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| dryRun | No | Preview only, do not create | |
| locale | Yes | New locale to add, e.g. "ja" | |
| version | Yes | App Store version string, e.g. "1.1" | |
| keywords | No | ||
| whatsNew | No | ||
| supportUrl | No | ||
| description | No | ||
| marketingUrl | No | ||
| promotionalText | No |