set_app_availability
Set the countries and regions where your app is for sale. Choose specific territories, enable all territories, or pass an empty list to take the app off sale worldwide.
Instructions
Set the app's country/region availability. Requires an explicit choice: a territories list, or all_territories:true, or [] to take the app off sale worldwide. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | App Store Connect app ID | |
| territories | No | Territory ids to enable, e.g. ["USA","GBR"]; everywhere else is turned off. Pass [] to take the app off sale worldwide. Omit only if you pass all_territories. | |
| all_territories | No | Put the app on sale in every App Store territory. Required when territories is omitted, so an app_id alone can never widen where an app is sold. | |
| available_in_new_territories | No | Auto-include future new territories (default true) |