[Write] Update an App Info localization
asc_app_info_localization_updatePartially update localized App Store fields (name, subtitle, privacy URLs, privacy text) for a locale, with dry-run to preview old→new diff before applying.
Instructions
Write. Partially updates app-level localized fields (name, subtitle, privacy policy URL/text, privacy choices URL) for an existing locale. Supports dryRun to preview the change as an old → new diff without applying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | App name shown on the App Store | |
| 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" | |
| subtitle | No | ||
| privacyPolicyUrl | No | ||
| privacyChoicesUrl | No | ||
| privacyPolicyText | No |