promoted-iap
Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store product page display. Use when setting up promoted purchases that appear on the App Store product page.
Profile →npx skills add rshankras/claude-code-apple-skills --skill promoted-iap --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Promoted In-App Purchases Generator Set up promoted In-App Purchases so your premium offerings appear directly on your App Store product page, in search results, and in editorial features. ## When This Skill Activates Use this skill when the user: - Asks to "promote IAP" or "show purchase on product page" - Mentions "promoted in-app purchase" or "App Store product page IAP" - Wants subscription/IAP visible in App Store search results - Asks about `paymentQueue(_:shouldAddStorePayment:for:)` - Wants to handle purchases initiated from the App Store ## Pre-Generation Checks ### 1. Project Context Detection - [ ] Check for existing StoreKit implementation - [ ] Check deployment target (iOS 15+ for StoreKit 2) - [ ] Look for existing IAP product definitions - [ ] Check if `paywall-generator` was already used ### 2. Conflict Detection ``` Glob: **/*Promoted*.swift, **/*StorePayment*.swift Grep: "shouldAddStorePayment" or "PurchaseIntent" or "promotedPurchase" ``` ## How Promoted IAP Works 1. **App Store Connect**: Mark IAP products as "Promoted" with promotional image 2. **Product Page**: Up to 20 promoted IAPs appear on your product page 3. **Search Results**: Promoted IAPs can appear
- When This Skill Activates
- Pre-Generation Checks
- 1. Project Context Detection
- 2. Conflict Detection
- How Promoted IAP Works
- Promoted IAP Display Order
- Configuration Questions
- Generation Process
- Step 1: Read Templates
- Step 2: Create Core Files
- Step 3: Determine File Location
- Output Format
- Files Created
- Integration Steps
What does the promoted-iap skill do?
Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store product page display. Use when setting up promoted purchases that appear on the App Store product page.
How do I install it?
Run `npx skills add rshankras/claude-code-apple-skills --skill promoted-iap --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.