asc-ppp-pricing

Configure territory-specific App Store Connect pricing for subscriptions and in-app purchases.

1|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/OMIXEC/all-in-one-swift-skills --skill asc-ppp-pricing-omixec
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-ppp-pricing
Source: https://github.com/OMIXEC/all-in-one-swift-skills/tree/main/skills/asc-ppp-pricing
Command: npx skills add https://github.com/OMIXEC/all-in-one-swift-skills --skill asc-ppp-pricing-omixec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting localized, purchasing-power-parity pricing across dozens of App Store territories is tedious and error-prone when done manually in App Store Connect. This Skill automates per-territory pricing for subscriptions and in-app purchases using the asc CLI. ## Core Features & Use Cases - Subscription PPP pricing: Bootstrap subscriptions with asc subscriptions setup, inspect current prices with summary views, and bulk-import territory prices from CSV with dry-run validation. - IAP pricing schedules: Create and manage in-app purchase price schedules, price points, and equalizations via asc iap pricing commands. - Verification workflows: Re-run summary commands before and after changes to confirm pricing propagated correctly across territories. - Use Case: You want to charge $9.99 in the USA but $2.99 in India and $4.99 in Brazil for your monthly subscription. Build a CSV of territory prices, dry-run the import to validate, then apply it and verify with pricing summaries. ## Quick Start Ask the agent to set up PPP pricing for your subscription by importing a CSV of territory prices with a dry run first, then applying it with the asc subscriptions pricing import command.

Frequently Asked Questions about asc-ppp-pricing

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

FAQPage Schema
How do I set different subscription prices per country on App Store Connect?▼

Use the asc subscriptions pricing prices import command with a CSV containing territory and price columns. Run it with --dry-run first to validate rows and resolve price points, then re-run with --confirm to apply the changes.

How to bulk update App Store subscription pricing with a CSV?▼

Build a CSV with required columns territory and price, plus optional start_date and preserved columns. Run asc subscriptions pricing prices import with --dry-run to validate, fix any resolution failures, then apply with --confirm.

Does asc support in-app purchase pricing schedules?▼

Yes, asc iap pricing schedules create builds price schedules for IAPs using a base territory with a price, tier, or explicit price point IDs. You can inspect schedules with the view, manual-prices, and automatic-prices subcommands.

What credentials are required for asc pricing commands?▼

You must authenticate first with asc auth login or by setting ASC_* environment variables. The skill also expects ASC_APP_ID to be set or an explicit --app flag passed to each command.

Why is my subscription stuck in MISSING_METADATA after setup?▼

The setup command's localization flags use deprecated v1 resources, so the parent can remain MISSING_METADATA until you create API 4.4.1 version localizations. Create the subscription version and en-US localization, or re-run setup with --repair to rebuild the price matrix.