asc-promoted-purchases
Installation
SKILL.md
asc Promoted Purchases
Manage App Store product page Promoted In-App Purchases — the featured IAPs / auto-renewable subscriptions surfaced under an app's product page on the App Store. Each slot promotes either an IAP or a subscription (mutually exclusive) and goes through App Review separately from the underlying product.
List
asc promoted-purchases list --app-id <APP_ID> [--limit N] [--pretty]
Create
Exactly one of --iap-id or --subscription-id is required (the command validates and rejects both/neither):
# Promote an in-app purchase
asc promoted-purchases create --app-id <APP_ID> --iap-id <IAP_ID> --visible --enabled
# Promote an auto-renewable subscription
Related skills