From Build Swift Apps
Sets territory-specific subscription and IAP pricing in App Store Connect using asc CLI commands for price points, CSV import, availability, and scheduling. Useful for PPP or localized pricing strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:appstore-pricing-plannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use current `asc` pricing families to inspect, dry-run, apply, and verify regional subscription/IAP prices.
Use current asc pricing families to inspect, dry-run, apply, and verify regional subscription/IAP prices.
asc auth login or ASC_*.--app or use ASC_APP_ID.USA.asc pricing territories list --paginate if territory IDs are unknown.For a deterministic command plan, run the helper from the plugin root:
python3 "$PLUGIN_ROOT/skills/appstore-pricing-planner/scripts/pricing_plan.py" \
--subscription-id "SUB_ID" --territory "USA" \
--include-subscription-import --prices-csv "./ppp-prices.csv"
The helper prints commands only; it does not call ASC, import CSV data, or change prices. Commands that create products, apply imports, set prices, edit availability, or create schedules require --confirming-actions. Pass --json for machine-readable output.
territory and price; optional fields include currency_code, start_date, preserved, preserve_current_price, and price_point_id.asc subscriptions prices ... paths may exist, but the pricing family is canonical.references/appstore-pricing-planner.md for detailed subscription setup, IAP setup, CSV import, manual override, availability, and schedule commands.npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsSets territory-specific pricing for subscriptions and IAPs using App Store Connect commands. Use for localized pricing strategies or purchasing power parity adjustments across regions.
Sets territory-specific pricing for subscriptions and IAPs using ASC CLI commands. Use when adjusting prices by country or implementing localized PPP strategies.