asc-availability
Installation
SKILL.md
App, IAP & Subscription Territory Availability
Manage which App Store territories (countries/regions) an app, in-app purchase, or subscription is available in. This is essential for controlling regional distribution — for example, understanding why your app is blocked in certain countries, restricting a subscription to specific markets, or making an IAP available worldwide.
App Availability (Per-Territory Status)
The richest availability view — shows every territory with isAvailable (true/false), blocking reasons via contentStatuses, releaseDate, and isPreOrderEnabled.
asc app-availability get --app-id <APP_ID> [--pretty]
This returns all ~175 territories with their status. Key contentStatuses values:
AVAILABLE— selling normallyCANNOT_SELL_RESTRICTED_RATING— age rating blocks sale in this territoryMISSING_RATING— no age rating configuredICP_NUMBER_MISSING— China requires ICP numberBRAZIL_REQUIRED_TAX_ID— Brazil requires tax IDCANNOT_SELL_GAMBLING/CANNOT_SELL_CASINO— gambling restrictions
Related skills