What problem does it solve? Setting subscription, subscription group, and in-app purchase display names for every App Store locale requires clicking through each language manually in App Store Connect, which is slow and error-prone for apps with many products. ## Core Features & Use Cases - Version-scoped v2 localization: Creates and updates localizations on API 4.4.1 version resources for subscriptions, subscription groups, and IAPs, avoiding deprecated v1 endpoints. - Bulk locale coverage: Lists existing localizations first, creates only missing locales, and updates resolved IDs across all 39 supported App Store locales. - Safe version resolution: Applies a zero/one/many rule when resolving PREPARE_FOR_SUBMISSION versions, creating versions only when none exist and stopping when multiple matches require an explicit ID. - Use Case: You launch a new subscription tier and need its display name set in all 39 App Store locales; the skill resolves the subscription version, lists existing localizations, creates the missing ones, and verifies the result. ## Quick Start Localize my subscription display name "Premium Plan" across all App Store Connect locales using the asc CLI.