
Monetization
- 343 installs
- 591 repo stars
- Updated July 24, 2026
- rshankras/claude-code-apple-skills
monetization is a Claude agent skill that defines subscriptions, in-app purchases, free trials, and revenue models for iOS and macOS developers who need Apple-ready pricing strategy before implementing StoreKit 2 and pay
About
monetization is a Claude Code skill from rshankras/claude-code-apple-skills that guides end-to-end monetization strategy for Apple platform apps—from readiness assessment through pricing model selection, tier design, trial planning, and StoreKit 2 implementation notes. The skill runs a five-phase process: readiness scorecard across six signals, pricing model decision framework, tier structure with free-vs-paid splits, free-trial recommendations by app type, and implementation guidance covering Apple commission tiers and App Store Review Guidelines. Developers reach for monetization when deciding whether to charge, choosing between subscriptions, one-time purchase, consumable IAP, or freemium unlocks, and structuring paywalls that comply with Human Interface Guidelines. Output is a monetization strategy document with readiness table, recommended model, tier comparison, trial plan, revenue projections, and an implementation checklist referencing paywall-generator for StoreKit 2 code. The skill references bundled pricing-models.md and app-type-guides.md for category-specific recommendations across productivity, health, education, and developer-tool apps.
- Subscription and IAP strategy
- Trial and paywall design
- Revenue model comparison
- StoreKit-aligned pricing
- Apple platform monetization patterns
Monetization by the numbers
- 343 all-time installs (skills.sh)
- +17 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #222 of 853 Sales & Marketing skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill monetizationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 343 |
|---|---|
| repo stars | ★ 591 |
| Last updated | July 24, 2026 |
| Repository | rshankras/claude-code-apple-skills ↗ |
How do you price an iOS app with subscriptions?
Define subscriptions, in-app purchases, trials, and revenue models for Apple apps before or while implementing StoreKit and paywall flows.
Who is it for?
iOS and macOS developers planning App Store monetization who need structured pricing, tier, and trial decisions before StoreKit 2 implementation.
Skip if: Android Google Play billing, web-only Stripe checkout, or teams that already finalized pricing and only need paywall SwiftUI code generation.
When should I use this skill?
A developer asks about App Store pricing, subscription tiers, free trials, IAP models, revenue readiness, or how to monetize an Apple platform app.
What you get
Monetization strategy document with readiness scorecard, tier tables, trial plan, revenue projections, and StoreKit implementation checklist.
- monetization strategy document
- tier comparison table
- implementation checklist
By the numbers
- Evaluates monetization readiness across 6 scorecard signals
- Runs a 5-phase strategy process from readiness through implementation guidance
- References bundled pricing-models.md and app-type-guides.md companion files
Files
Monetization Strategy
End-to-end monetization guidance for Apple platform apps — from "should I charge?" to "here's your pricing page structure."
When This Skill Activates
Use this skill when the user:
- Asks "should I monetize my app?" or "is my app ready to charge?"
- Wants help choosing between freemium, subscription, or one-time purchase
- Needs pricing tier recommendations
- Asks about free trial strategy
- Wants to plan monetization for a specific app type (kids, therapy, productivity, etc.)
- Mentions "pricing", "revenue model", or "how to make money from my app"
- Wants to understand Apple's commission structure
Process
Phase 1: Readiness Assessment
Before recommending a pricing model, evaluate whether the app is ready to monetize. Ask these questions via AskUserQuestion:
1. App Stage
- Pre-launch (idea/prototype)
- Beta / TestFlight
- Live with users (< 1K)
- Live with traction (1K+ users)
2. Value Proposition
- What problem does your app solve?
- Who is the target user?
- What alternatives exist (including doing nothing)?
3. Current State
- Do you have active users?
- What's your retention like? (Day 1, Day 7, Day 30)
- Are users asking for features / willing to pay?
Readiness Scorecard
Evaluate against these criteria:
| Signal | Ready | Not Ready |
|---|---|---|
| Core value | Clear, differentiated | Still finding product-market fit |
| User retention | D7 > 20% | D7 < 10% |
| User feedback | "I'd pay for this" | Silence or complaints |
| Feature depth | Enough for free + paid split | Everything feels essential |
| Competition | You offer something unique | Commodity feature set |
| Polish | Professional quality | Rough edges everywhere |
Recommendation thresholds:
- 5-6 Ready signals → Monetize now
- 3-4 Ready signals → Soft-launch pricing (low price, gather data)
- 0-2 Ready signals → Focus on product first, monetize later
Phase 2: Pricing Model Selection
Based on app type and user behavior, recommend the right model.
Decision Framework
Is the app used daily/weekly?
├── YES → Does it provide ongoing value?
│ ├── YES → SUBSCRIPTION
│ └── NO → ONE-TIME PURCHASE (with optional tip jar)
└── NO → Is it a utility/tool?
├── YES → ONE-TIME PURCHASE or FREEMIUM
└── NO → Is it content-based?
├── YES → SUBSCRIPTION or CONSUMABLE IAP
└── NO → FREEMIUM with premium unlockModel Comparison
Read pricing-models.md for detailed comparison of each model:
- Subscriptions (auto-renewable)
- One-time purchase (paid upfront or freemium unlock)
- Consumable IAP (credits, tokens)
- Non-consumable IAP (feature unlock)
- Tip jar / patronage
- Ad-supported with premium upgrade
App-Type Recommendations
Read app-type-guides.md for specific guidance by app category:
- Productivity / task management
- Health / therapy / wellness
- Kids / education
- Creative tools
- Social / community
- Developer tools
- Finance / budgeting
Phase 3: Tier Structure
Once a model is selected, design the tier structure.
Subscription Tiers (if applicable)
Two-tier structure (recommended for most indie apps):
FREE PRO ($X.99/mo or $XX.99/yr)
───────────────────── ─────────────────────────────
Core functionality Everything in Free
Limited usage/storage Unlimited usage
Basic features Advanced features
Priority support (optional)
Early access to new featuresThree-tier structure (for apps with clear user segments):
FREE PLUS ($X.99/mo) PRO ($XX.99/mo)
──────────── ────────────────── ──────────────────
Basic use Power user Professional/team
Ads/limits No ads, more quota Unlimited + extrasPricing Psychology
- Anchor pricing: Show yearly first to make monthly look expensive
- Price ending: Use .99 for < $10, round numbers for premium ($19, $29)
- Yearly discount: 15-40% off monthly equivalent (sweet spot: ~30%)
- Decoy effect: Three tiers where middle looks like best value
- Regional pricing: Use App Store price tiers for automatic localization
Free vs. Paid Feature Split
The hardest decision. Follow these principles:
Free tier should:
- Demonstrate the core value proposition
- Be genuinely useful (not a crippled demo)
- Create natural upgrade moments ("you've hit the limit")
- Let users invest time/data before hitting the paywall
Paid tier should:
- Unlock power/convenience, not basic functionality
- Feel like "more of what you love" not "removing annoyances"
- Include at least one "hero feature" worth paying for alone
❌ Bad splits:
- Free: Can view data → Paid: Can edit data (feels hostile)
- Free: 3-day trial → Paid: Everything (no ongoing free value)
- Free: Everything → Paid: Remove ads (weak value prop)
✅ Good splits:
- Free: 5 projects → Paid: Unlimited projects + templates
- Free: Basic tracking → Paid: Insights, trends, export
- Free: Single device → Paid: Sync across devices + widgets
Phase 4: Free Trial Strategy
Trial Types
| Type | Best For | Apple Support |
|---|---|---|
| Introductory offer (free) | Subscriptions | Built-in via App Store |
| Introductory offer (discounted) | High-value subscriptions | Built-in via App Store |
| Feature-limited free tier | Freemium apps | N/A (your logic) |
| Time-limited full access | Productivity apps | Built-in via App Store |
Trial Duration Recommendations
| App Type | Trial Length | Reason |
|---|---|---|
| Daily-use productivity | 7 days | Quick to see value |
| Health/fitness tracking | 14 days | Need time to build habit |
| Creative tools | 7 days | One project cycle |
| Business/professional | 14-30 days | Need to integrate into workflow |
| Education/learning | 7 days | One learning cycle |
Trial Conversion Tactics
1. Onboard to premium features during trial (not free features) 2. Show "trial ending" reminder 2-3 days before expiration 3. Highlight value received ("You tracked 47 workouts this month") 4. Offer annual option at trial end (bigger commitment but better price) 5. Win-back offer if they don't convert (promotional offer after 30 days)
Phase 5: Implementation Guidance
After strategy is set, guide implementation.
Apple Commission Structure
| Scenario | Apple's Cut | You Keep |
|---|---|---|
| Standard (Year 1) | 30% | 70% |
| After Year 1 of subscription | 15% | 85% |
| Small Business Program (< $1M/yr) | 15% | 85% |
| Small Business + Year 2 subscription | 15% | 85% |
Important: Revenue calculations should always account for Apple's cut. A $9.99/mo subscription with Small Business Program = ~$8.49/mo to you.
StoreKit 2 Implementation
For code generation, refer users to the paywall-generator skill:
Use the paywall-generator skill to create:
- StoreKit 2 subscription management
- Paywall UI (SwiftUI)
- Receipt validation
- Subscription status trackingPaywall UI Patterns (HIG-Compliant)
Do:
- Show feature comparison (free vs. paid)
- Display price per period clearly
- Highlight savings on annual plan
- Include "Restore Purchases" button
- Show terms of service and privacy policy links
- Use system subscription views where available (iOS 18.4+)
Don't:
- Block the app immediately on launch
- Use dark patterns (hidden close button, confusing language)
- Make it hard to dismiss the paywall
- Misrepresent subscription terms
- Auto-select the most expensive option
App Store Review Guidelines (Monetization)
Key rules to follow:
- 3.1.1: In-app purchase required for digital content/features
- 3.1.2: Subscriptions must provide ongoing value
- 3.1.3: "Reader" apps can link to web for account management
- 3.2.2: Unacceptable business models (bait-and-switch, etc.)
- 5.6: Developer Code of Conduct (no manipulative tactics)
Output Format
Present monetization strategy as:
# Monetization Strategy: [App Name]
## Readiness Assessment
**Score**: X/6 — [Ready to monetize / Soft-launch / Focus on product]
| Signal | Status | Notes |
|--------|--------|-------|
| Core value | ✅/❌ | ... |
| Retention | ✅/❌ | ... |
| User demand | ✅/❌ | ... |
| Feature depth | ✅/❌ | ... |
| Differentiation | ✅/❌ | ... |
| Polish | ✅/❌ | ... |
## Recommended Model
**[Model Name]** — [One-line rationale]
## Tier Structure
| Feature | Free | Pro ($X.99/mo) |
|---------|------|-----------------|
| ... | ✅ | ✅ |
| ... | Limited | Unlimited |
| ... | ❌ | ✅ |
**Annual pricing**: $XX.99/yr (XX% savings)
## Free Trial
**Type**: [Introductory offer / Feature-limited / etc.]
**Duration**: [X days]
**Conversion tactics**: [Bullet list]
## Revenue Projections (Conservative)
| Metric | Estimate |
|--------|----------|
| Monthly price | $X.99 |
| Annual price | $XX.99 |
| Conversion rate (free→paid) | X-X% |
| Revenue per 1K MAU | $XXX-$XXX/mo |
## Implementation Checklist
- [ ] Configure products in App Store Connect
- [ ] Implement StoreKit 2 (use paywall-generator skill)
- [ ] Design paywall UI
- [ ] Set up introductory offers
- [ ] Add analytics for conversion tracking
- [ ] Test with StoreKit Configuration file
- [ ] Submit for review
## Next Steps
1. [First action item]
2. [Second action item]
3. [Third action item]References
- pricing-models.md — Detailed comparison of all pricing models
- app-type-guides.md — Category-specific monetization recommendations
- paywall-generator skill — For StoreKit 2 code generation
- app-store skill — For App Store description optimization
- Apple App Store Review Guidelines §3 (Business)
- Apple StoreKit 2 documentation
App-Type Monetization Guides
Category-specific monetization strategies based on user behavior patterns, willingness to pay, and industry benchmarks.
---
Productivity / Task Management
Examples: Todoist, Things, Notion, Bear
Recommended model: Freemium + Subscription or One-time purchase
Why: Daily-use apps with clear ongoing value. Users build data and habits that create switching costs.
Tier structure:
FREE PRO ($4.99/mo or $39.99/yr)
────────────────────────── ──────────────────────────────
Unlimited basic tasks Everything in Free
1 list/project Unlimited lists/projects
Local storage only Cloud sync across devices
Basic themes Custom themes + icons
Widgets
CSV/PDF export
Reminders + notificationsKey insight: The sync paywall is powerful — users want their data everywhere. But make sure the free tier is genuinely useful on a single device.
Pricing range: $3.99-6.99/mo or $29.99-49.99/yr or $29.99-79.99 lifetime
---
Health / Therapy / Wellness
Examples: Calm, Headspace, Woebot, Bearable
Recommended model: Subscription (with generous trial)
Why: Ongoing engagement is the value. Health outcomes improve with consistency. Users associate subscription with commitment to self-improvement.
Tier structure:
FREE PREMIUM ($6.99/mo or $49.99/yr)
────────────────────────── ──────────────────────────────────
Daily check-in Everything in Free
3 guided exercises Full exercise library
Basic mood tracking Advanced insights + trends
7-day history Unlimited history + export
Personalized recommendations
Therapist/coach tools
Apple Health integration
Family sharing (5 members)Key insights:
- Free trial is essential (14 days minimum) — users need time to feel the benefit
- Don't gate crisis/safety features behind paywall (ethical + legal risk)
- Show progress during trial ("You've meditated 8 days in a row")
- Wellness users are sensitive to "paying for mental health" — frame as investment, not transaction
- Consider annual-only pricing to encourage long-term commitment
Pricing range: $5.99-12.99/mo or $39.99-79.99/yr
Special considerations:
- Accessibility: offer reduced pricing for students/low-income (promotional offers)
- HIPAA: if handling health data, consult compliance requirements
- Apple Health: integration adds significant perceived value at low dev cost
---
Kids / Education
Examples: Khan Academy Kids, Duolingo, Toca Boca
Recommended model: Subscription (family-friendly) or One-time purchase per content pack
Why: Parents are the buyers, kids are the users. Parents want safe, ad-free experiences and are willing to pay for educational value.
Tier structure (subscription):
FREE FAMILY ($6.99/mo or $49.99/yr)
────────────────────────── ──────────────────────────────────
5 lessons/activities free Unlimited access
Basic content library Full content library
1 child profile Up to 4 child profiles
Progress for current week Full progress history + reports
Offline downloads
New content monthly
No ads (required for kids apps)
Parent dashboardTier structure (content packs):
FREE PACKS ($2.99-4.99 each)
────────────────────────── ──────────────────────────────
Starter content pack Theme packs (animals, space, etc.)
Core features Activity packs
Level expansions
ALL ACCESS ($14.99 one-time)Key insights:
- COPPA compliance is mandatory — no behavioral advertising for under-13
- Family Sharing is expected — parents don't want to pay per device
- No ads in kids apps — Apple explicitly prohibits third-party ads in kids category
- Parents prefer annual subscriptions or one-time purchases over monthly
- Show learning outcomes to parents to justify price
- Gift-ability matters — grandparents buy educational apps
Pricing range: $4.99-9.99/mo family or $2.99-4.99 per content pack
App Store category note: Apps in the "Kids" category have stricter review guidelines (§1.3). No links out of the app, no IAP without parental gate.
---
Creative Tools
Examples: Procreate, Pixelmator, Affinity, Ferrite
Recommended model: One-time purchase or Freemium + Subscription
Why: Creative professionals value ownership. They want to pay once and own the tool. But subscription works if you offer a robust content library (brushes, templates, fonts).
Tier structure (one-time):
FULL APP ($9.99-29.99)
─────────────────────────
All features included
Free updates for current major version
Export in all formats
iCloud sync
No subscription requiredTier structure (freemium + subscription):
FREE PRO ($4.99/mo or $29.99/yr)
────────────────────────── ──────────────────────────────
Basic tools Advanced tools + effects
3 export formats All export formats
5 projects Unlimited projects
Low-res export Full-resolution export
Cloud storage + sync
Premium templates/assets
Priority renderingKey insights:
- Procreate proved one-time purchase works at scale ($12.99, 40M+ downloads)
- Creative users are vocal about anti-subscription sentiment
- If subscription, the content library (templates, brushes, fonts) must justify ongoing cost
- Consider "All Tools" one-time unlock + optional content subscription hybrid
- Export quality as paywall is well-accepted (low-res free, full-res paid)
Pricing range: $9.99-49.99 one-time, or $3.99-9.99/mo subscription
---
Social / Community
Examples: Discord, Mastodon clients, community forums
Recommended model: Freemium + Subscription (or Ad-supported + Premium)
Why: Network effects require a large free user base. Monetize power users who want enhanced experience.
Tier structure:
FREE PREMIUM ($2.99/mo or $19.99/yr)
────────────────────────── ──────────────────────────────────
Full social features Everything in Free
Standard profile Custom profile + badge
Basic notifications Advanced notification filters
Standard media uploads Higher upload limits
Custom themes/icons
Ad-free experience
Early access to featuresKey insights:
- Never paywall core social features (posting, messaging, following)
- Cosmetic upgrades (badges, themes) are high-margin, low-controversy
- Power users (moderators, content creators) will pay for tools
- Social apps live or die on engagement — free tier must be excellent
Pricing range: $1.99-4.99/mo (keep low — social users are price-sensitive)
---
Developer Tools
Examples: Proxyman, Charles, PastePal, DevUtils
Recommended model: One-time purchase with paid major updates, or Subscription
Why: Developers understand the value of good tools and will pay for productivity gains. They also strongly prefer ownership.
Tier structure (one-time + updates):
V1 ($19.99-49.99) V2 ($14.99 upgrade / $49.99 new)
────────────────────────── ──────────────────────────────────
All V1 features All V1 features
Free minor updates Major new features
Free minor updatesTier structure (subscription):
FREE PRO ($4.99-9.99/mo)
────────────────────────── ──────────────────────────────
Basic tools Full toolset
Limited sessions Unlimited sessions
Community support Priority support
Team features (shared configs)
CLI integration
API accessKey insights:
- Developers respect paid software — don't race to the bottom
- SetApp distribution can supplement App Store revenue
- Consider education discount (student/teacher)
- License key + direct distribution as alternative to App Store (keep 100%)
- B2B pricing is 3-5x consumer pricing for team features
Pricing range: $19.99-99.99 one-time, or $4.99-14.99/mo
---
Finance / Budgeting
Examples: YNAB, Copilot, Monarch
Recommended model: Subscription
Why: Financial data is ongoing, users need continuous access, and the value proposition (saving money) directly justifies the cost.
Tier structure:
FREE PREMIUM ($4.99/mo or $39.99/yr)
────────────────────────── ──────────────────────────────────
Manual transaction entry Bank sync (Plaid/MX)
Basic categories Custom categories + rules
Monthly summary Trends, insights, projections
1 account Unlimited accounts
Bill reminders
CSV/PDF export
Shared budgets (couples/families)Key insights:
- "This app saves you $X/month" is the strongest conversion argument
- Bank sync (Plaid) is expensive — subscription justifies the per-user cost
- Users trust paid apps more with financial data (paradoxically)
- Annual pricing works well — aligns with yearly financial planning
- Free tier should prove value first (manual entry → show insights → upgrade for sync)
Pricing range: $4.99-12.99/mo or $39.99-99.99/yr
---
Utility / Simple Tools
Examples: Weather apps, calculators, unit converters, QR scanners
Recommended model: Freemium (one-time IAP) or Ad-supported + Premium
Why: Low engagement frequency, clear bounded value, users expect utilities to be cheap or free.
Tier structure:
FREE (with ads) PRO ($2.99-4.99 one-time)
────────────────────────── ──────────────────────────────
Core functionality Everything in Free
Banner ads Ad-free
Basic widget Premium widgets
Standard theme All themes
Apple Watch complicationKey insights:
- Keep it cheap — utilities are commodity products
- Widgets and Watch complications are strong upsell features
- One-time purchase feels right for utilities (no ongoing relationship)
- Consider tip jar as alternative if app is simple but beloved
Pricing range: $0.99-4.99 one-time, or free with ads
---
AI-Powered Apps
Examples: ChatGPT, GitHub Copilot, AI photo editors
Recommended model: Freemium + Subscription (or Subscription + Consumable)
Why: API costs scale with usage. Subscription covers baseline costs; consumable credits handle heavy users.
Tier structure:
FREE PRO ($9.99/mo or $79.99/yr)
────────────────────────── ──────────────────────────────────
X free queries/day XXX queries/day
Standard model Advanced model access
Basic features All features + priority
Text only Text + image + voice
History + export
API access (optional)
EXTRA CREDITS: 100 for $1.99, 500 for $7.99Key insights:
- Usage limits on free tier must feel generous enough to hook users
- Transparently communicate what costs money (API calls) — builds trust
- Consider daily reset for free credits (not monthly — daily feels more generous)
- Model quality as upsell is well-accepted (GPT-3.5 free, GPT-4 paid)
- Monitor per-user cost carefully — heavy users can be unprofitable
Pricing range: $6.99-19.99/mo (must cover API costs + margin)
Pricing Models Reference
Detailed comparison of monetization models for Apple platform apps.
1. Auto-Renewable Subscriptions
How it works: User pays recurring fee (weekly/monthly/quarterly/yearly). Apple handles billing, renewals, and cancellation.
Best for: Apps with ongoing value — content, sync, storage, AI features, data tracking.
Pros:
- Predictable recurring revenue (MRR)
- Higher lifetime value (LTV) per user
- Apple reduces commission to 15% after Year 1
- Built-in trial support (introductory offers)
- Family sharing support
- Subscription offer codes for marketing
Cons:
- Users increasingly wary of "subscription fatigue"
- Higher churn — must continuously deliver value
- More complex to implement than one-time purchase
- Requires demonstrating ongoing value to App Review
Revenue math:
Monthly: $4.99/mo × 1,000 subscribers = $4,990/mo
Apple cut (15% SBP): -$748.50
Net: $4,241.50/mo = $50,898/yrPricing sweet spots (indie apps):
- Low: $2.99-4.99/mo (utility, habit tracking)
- Mid: $6.99-9.99/mo (productivity, creative tools)
- High: $14.99-29.99/mo (professional tools, B2B)
Subscription groups:
- Group related tiers (Free, Plus, Pro) in one subscription group
- Users can upgrade/downgrade within a group
- Only one active subscription per group
---
2. One-Time Purchase (Paid Upfront)
How it works: User pays once to download the app. No free version.
Best for: Complete, self-contained tools with clear value.
Pros:
- Simple — no ongoing obligation
- Users prefer paying once
- No churn management
- Easy to implement
Cons:
- Revenue stops after initial download surge
- Must acquire new users for continued revenue
- No recurring revenue (harder to sustain development)
- Race to the bottom on pricing
- Harder to justify major updates without new revenue
Pricing sweet spots:
- Simple utility: $0.99-2.99
- Quality tool: $4.99-9.99
- Professional tool: $14.99-49.99
- Niche/specialized: $49.99-99.99+
Sustainability tip: Pair with a "Pro" IAP unlock for power features, or use paid major version upgrades (new App Store listing).
---
3. Freemium (Free + IAP Unlock)
How it works: App is free. Core features available. Premium features unlocked via non-consumable IAP.
Best for: Apps that need large user base, where free tier drives organic growth.
Pros:
- Low friction — massive download potential
- Users try before buying
- Word of mouth from free users
- Non-consumable IAP = one-time revenue per user
Cons:
- Most users never convert (typical: 2-5%)
- Must maintain free experience for 95%+ of users
- Feature split is tricky to get right
- Free users have expectations
Conversion benchmarks:
- Good: 3-5% free to paid
- Great: 5-10%
- Exceptional: 10%+ (niche apps with devoted users)
Revenue math:
10,000 MAU × 4% conversion × $9.99 = $3,996
Apple cut (15% SBP): -$599.40
Net: $3,396.60 (one-time, not recurring)---
4. Consumable IAP
How it works: Users buy consumable items (credits, tokens, virtual currency) that get used up.
Best for: AI-powered apps (API costs), games, content generation tools.
Pros:
- Revenue scales with usage
- Can offset variable costs (API fees)
- Users self-select spending level
- Repeated purchases = recurring-ish revenue
Cons:
- Complex to balance (too expensive = churn, too cheap = unprofitable)
- Users dislike "running out"
- Harder to predict revenue
- Must track consumption carefully
Common patterns:
- Credit packs: 10 credits ($0.99), 50 ($3.99), 200 ($9.99)
- Token bundles with bonus: Buy 100, get 20 free
- Combined: Subscription includes X credits/month + buy more
---
5. Tip Jar / Patronage
How it works: App is fully functional for free. Users can tip/donate to support development.
Best for: Open-source-adjacent apps, community tools, passion projects.
Pros:
- Zero friction for users
- Builds goodwill
- Authentic relationship with users
- No feature gating complexity
Cons:
- Very low conversion (< 1% typical)
- Unpredictable revenue
- Not sustainable as sole model for most apps
- Apple still takes 30%/15% cut
Implementation:
- Non-consumable IAPs: "Buy me a coffee" ($1.99), "Supporter" ($4.99), "Patron" ($9.99)
- Or consumable for repeat tips
---
6. Ad-Supported + Premium
How it works: Free with ads. Pay to remove ads and unlock features.
Best for: High-volume, casual-use apps (weather, news, simple tools).
Pros:
- Revenue from both free (ads) and paid users
- Low barrier to entry
- Ad revenue scales with DAU
Cons:
- Ad revenue per user is very low ($0.50-3.00 eCPM)
- Ads degrade user experience
- Ad SDKs add complexity and privacy concerns
- "Remove ads" is weak premium value alone
Revenue math:
Ad revenue: 10,000 DAU × 3 impressions × $2.00 eCPM = $60/day = $1,800/mo
Premium upgrades: 10,000 MAU × 2% × $4.99 = $998
Total: ~$2,800/moTip: Always pair ad removal with additional premium features. "Remove ads" alone isn't compelling enough.
---
Model Selection Matrix
| Factor | Subscription | One-Time | Freemium | Consumable | Tip Jar | Ad + Premium |
|---|---|---|---|---|---|---|
| Recurring revenue | ✅ | ❌ | ❌ | Partial | ❌ | Partial |
| User-friendly | ⚠️ | ✅ | ✅ | ⚠️ | ✅ | ⚠️ |
| Implementation complexity | High | Low | Medium | High | Low | Medium |
| Scalability | ✅ | ❌ | ✅ | ✅ | ❌ | ✅ |
| Indie-friendly | ✅ | ✅ | ✅ | ⚠️ | ❌ | ⚠️ |
| Works with small audience | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
---
Hybrid Models
Many successful indie apps combine models:
Freemium + Subscription:
Free: Basic features
Pro Monthly ($4.99/mo): Full features
Pro Annual ($29.99/yr): Full features, 50% savings
Lifetime ($79.99): One-time unlockSubscription + Consumable:
Free: 5 AI queries/day
Pro ($9.99/mo): 100 queries/day + premium features
Extra credits: Buy 50 for $1.99Free + Tip Jar + Premium:
Free: Full app
Tips: $1.99, $4.99, $9.99
Pro ($4.99 one-time): Themes, widgets, exportPricing Localization
Apple provides 87 price tiers with automatic localization. Key considerations:
- Price tier 1 ($0.99) is universal baseline
- Higher tiers have regional variation (e.g., Tier 5 = $4.99 US, ¥800 Japan)
- Some regions have purchasing power adjustments
- Consider offering lower tiers in emerging markets via App Store pricing tools
- Apple's "Pricing and Availability" now supports per-country pricing
When to Change Your Price
Raise prices when:
- You've added significant new features
- Conversion rate is high (> 8%) — may be underpriced
- Competitors charge more for less
- Costs have increased (API, infrastructure)
Lower prices when:
- Conversion is very low (< 1%)
- Users cite price as reason for not upgrading
- Entering a new market
- Running a seasonal promotion
How to test:
- Use introductory offers for new price points
- A/B test with offer codes
- Announce upcoming price increase to drive urgency
Related skills
How it compares
Pick monetization for Apple pricing strategy and tier design; use paywall-generator when StoreKit 2 SwiftUI code is the primary deliverable.
FAQ
What pricing models does monetization cover?
monetization covers auto-renewable subscriptions, one-time purchases, consumable and non-consumable IAP, tip-jar patronage, and ad-supported freemium upgrades. A decision framework routes daily-use apps toward subscriptions and utilities toward one-time or freemium unlocks, with
What does the monetization readiness scorecard evaluate?
monetization evaluates six readiness signals: core value clarity, user retention, willingness to pay, feature depth for free-vs-paid splits, competitive differentiation, and polish quality. Scores of 5–6 signals recommend monetizing now; 3–4 suggest soft-launch pricing; 0–2 recom
Does monetization generate StoreKit 2 code?
monetization produces strategy documents and an implementation checklist but defers StoreKit 2 code generation to the paywall-generator skill. The checklist covers App Store Connect product setup, introductory offers, receipt validation, analytics for conversion tracking, and Sto