asc-iap

Installation
SKILL.md

asc In-App Purchases

Manage IAPs via the asc CLI.

List IAPs

asc iap list --app-id <APP_ID> [--limit N] [--pretty]

Create IAP

asc iap create \
  --app-id <APP_ID> \
  --reference-name "Gold Coins" \
  --product-id "com.app.goldcoins" \
  --type consumable
Installs
1
GitHub Stars
60
First Seen
Mar 12, 2026
asc-iap — tddworks/asc-cli