asc-subscription-localization

Bulk-localize subscription, group, and IAP display names across App Store Connect locales.

4|Updated Dec 8, 2019
One-click install
npx skills add https://github.com/Detrous/dotfiles --skill asc-subscription-localization-detrous
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-subscription-localization
Source: https://github.com/Detrous/dotfiles/tree/main/claude/skills/asc-subscription-localization
Command: npx skills add https://github.com/Detrous/dotfiles --skill asc-subscription-localization-detrous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bulk-localizes subscription, group, and IAP display names across all App Store Connect locales, eliminating the tedious, locale-by-locale updates.

Core Features & Use Cases

  • Bulk-localize display names for subscriptions, subscription groups, and in-app purchases across all locales.
  • Resolve IDs, verify existing localizations, and create missing localizations per locale.
  • Verify results via listing localizations and handle errors gracefully during batch creation.

Quick Start

Supply your app ID and the per-locale names, then run the bulk localization workflow.

Frequently Asked Questions about asc-subscription-localization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk localize subscription display names across all App Store Connect locales?▼

To bulk localize subscription display names, supply your app ID and per-locale names. The skill resolves subscription, group, and IAP IDs, then verifies existing localizations and creates missing ones across all App Store Connect locales.

Can I bulk localize in-app purchase names for every locale at once?▼

Yes, you can bulk localize in-app purchase names for every locale at once. The workflow resolves IAP IDs, verifies existing localizations, and creates missing per-locale entries to ensure all App Store locales are covered.

Does bulk App Store Connect localization overwrite existing locale names?▼

Bulk App Store Connect localization does not overwrite existing locale names. It enforces per-locale creation strictly when a localization is missing, verifies existing entries by listing localizations, and handles any create failures gracefully.

What is needed to localize App Store IAP and subscription group names in bulk?▼

To localize App Store IAP and subscription group names in bulk, you need your app ID and the intended per-locale display names. The skill uses these to resolve IDs and manage batch creation across all locales.

What happens if a subscription localization fails during batch creation?▼

If a subscription localization fails during batch creation, the skill handles the create failure gracefully. It continues processing other locales and allows you to verify results by listing localizations.