Monetization

In-App Purchase (IAP)

Also known asIAPIn-App Purchase

Any purchase made inside an app after installation — consumables, non-consumables, or subscriptions. Processed by Apple or Google, who take a 15-30% commission.

pillar

MWM data

State of May 2026

Free + IAP share of monetizers

92.5%

IAP dominates over paid pricing as the monetization model

IAP share of total app revenue

99.4%

Paid-app revenue is a rounding error on the catalog

Paid apps still monetizing

7.52%

Niche but persistent — productivity, premium games

Apple / Google take rate

15-30%

Standard store commission on IAP transactions

Key takeaways

  1. 01Free + IAP captures roughly 92% of monetizing apps and 99% of total mobile app revenue.
  2. 02Apple and Google take 30% commission on the first year of subscriptions, 15% after year one.
  3. 03Small Business Program members (companies under $1M / year in app revenue) get 15% on all IAP.
  4. 04Four IAP sub-types: consumables, non-consumables, auto-renewable subscriptions, non-renewing subscriptions.
  5. 05Paid up-front pricing is technically supported but commercially dead — only 2% of monetizing apps and 0.6% of catalog revenue.

In-App Purchase (IAP) is the umbrella term for any revenue collected from a user after they install your app. Apple and Google both mandate that IAP transactions flow through their native billing APIs (StoreKit on iOS, Google Play Billing on Android) — third-party payment processors are not allowed for digital goods sold inside the app.

Four IAP sub-types — what each enables and a typical app-store example.

There are four sub-types of IAP, and they have different revenue and tax implications: consumables (used once and gone — coins, hints, energy refills in games), non-consumables (bought once, owned forever — ad removal, premium themes, unlockable levels), auto-renewable subscriptions (recurring charges until cancelled — productivity, dating, fitness, news apps), and non-renewing subscriptions (bounded-duration access that ends at term — season passes, single-event tickets).

Across MWM's catalog, IAP dominates over paid pricing as the monetization model. Among monetizing apps with measurable downloads, 92% are free-with-IAP and only 8% use paid up-front pricing. The revenue gap is wider still: free-with-IAP captures 99.4% of total mobile app revenue, while paid-app revenue is a rounding error at 0.6% of the catalog total.

Commission rates: Apple and Google both charge 30% on the first year of any auto-renewable subscription. The rate drops to 15% after the user has been subscribed for one full year — Apple calls this the "loyalty discount" and Google's policy mirrors it. For consumables and non-consumables, the rate is 30% indefinitely. Apple's Small Business Program lowers the commission to a flat 15% for any developer earning under $1M / year in App Store revenue — Google has a similar tier.

Mobile app monetization modelsDistribution of monetization models across apps with measurable download volume. Free with IAP is the dominant pattern — paid pricing is a rounding error.0125K250K375K500KFree, no IAP rev: 332,955Free with IAP: 113,625Paid, has rev: 9,245Paid, no rev: 91092.5% of monetizersFree, no IAP revFree with IAPPaid, has revPaid, no revMonetization model
Mobile app monetization models — Apps with ≥100 downloads in last 30 days, MWM catalog, State of May 2026.

Category-level IAP penetration is remarkably uniform. Social & Communication leads at 98.4% of monetizing apps using free-with-IAP. Games — despite their paid retro reputation — sit at 89.5%, the lowest only because premium paid games still cluster there. Across the board, paid pricing has become a niche choice reserved for productivity tools, premium emulators, and bespoke creative apps.

IAP dominance by category — share of monetizing apps that use free + IAP

CategoryFree + IAP share
Social & Communication98.4%
Lifestyle & Well-being96.4%
Media & Entertainment93.1%
Education & Knowledge92.8%
Productivity & Tools91.9%
Game89.5%

Strategic takeaway: if you're starting a new mobile app in 2026, the default question is no longer "IAP or paid?" but "what kind of IAP?" Consumables work for games with replenishing engagement loops. Subscriptions work for ongoing value (content libraries, AI usage, productivity). Non-consumables work for self-contained features (ad removal, premium themes). Mixing types is fine — most successful apps run a portfolio.

Four IAP types compared — StoreKit / Google Play Billing

TypeWhat it isExampleReceipt validation
ConsumableUsed once then gone — re-purchasableCurrency packs, energy refills, hint packsServer-side on each purchase
Non-consumableBought once, permanentAd-removal, premium themes, full-game unlockVerify ownership on launch / restore
Auto-renewable subscriptionRecurring at fixed cadence until cancelledMonthly / annual app subscriptionServer-to-server webhooks + receipt
Non-renewing subscriptionFixed duration, expires (no auto-renew)1-year magazine pass, season passServer-side expiry tracking

Most successful apps mix types — e.g., a free-to-play game with consumable currency + non-consumable ad-removal + auto-renewable battle pass. Choose by use-case fit, not by which is "best" — they answer different monetization questions.

Quick answers

What is an in-app purchase?

An in-app purchase (IAP) is any digital purchase made inside a mobile app after installation. It can be a one-time buy (a "non-consumable" like ad removal), a single-use item (a "consumable" like coins in a game), a recurring subscription (monthly content access), or a fixed-term subscription that doesn't auto-renew. Apple and Google both require IAP transactions to flow through their native billing systems.

What is the Apple App Store commission on IAP?

Apple takes 30% of gross revenue on most IAP transactions. For auto-renewable subscriptions, the rate drops to 15% after a user has been continuously subscribed for one year. Apple's Small Business Program lowers the rate to a flat 15% for developers earning under $1M / year in App Store revenue. Google Play's commission structure mirrors Apple's — 30% standard, 15% loyalty rate after a year, and a similar small-developer program.

What are the types of in-app purchase?

Four sub-types. **Consumables**: bought, used once, then gone (game currency, energy refills). **Non-consumables**: bought once, owned forever (ad removal, premium themes, unlockable content). **Auto-renewable subscriptions**: recurring payments until the user cancels (monthly / annual app access). **Non-renewing subscriptions**: bounded-duration access that ends at term and doesn't renew automatically (single-event tickets, season passes).

Why does IAP dominate over paid app pricing?

Free-with-IAP captures roughly 92% of monetizing apps and 99% of total mobile app revenue in MWM's catalog. Paid up-front pricing struggles because (a) the install-button friction at the store kills top-of-funnel by 80-95% versus a "free" listing, (b) Apple's freemium-friendly App Store recommendations favour free apps, and (c) the freemium model allows continuous monetization rather than a single upfront payment.

How is IAP different from a subscription?

Subscription is one TYPE of IAP — specifically the auto-renewable kind. IAP is the umbrella term that also covers consumables (single-use), non-consumables (permanent one-time purchases), and non-renewing subscriptions (term-limited). Every subscription is an IAP; not every IAP is a subscription.

Can I process IAP through a third-party payment processor?

Not on iOS for digital goods inside the app — Apple's App Store rules mandate native StoreKit for any digital purchase. There are narrow exceptions (reader apps for some markets after recent rulings, plus alternate billing in the EU under DMA). For physical goods or services delivered outside the app (food delivery, ride-share), you can use any processor. Google Play has comparable rules with similar exceptions.

Back to glossary