Mobile Apps

App Monetization Models: 7 Revenue Streams Compared

Seven ways apps make money, compared with 2026 data: ad eCPMs by format, subscription conversion and churn benchmarks, store fees and a decision matrix.

Emrah KaragözEmrah KaragözFounderAugust 18, 202619 min read
App Monetization Models: 7 Revenue Streams Compared

There are seven core app monetization models: advertising, in-app purchases, subscriptions, freemium, paid downloads, commission, and hybrid. Subscriptions deliver the most predictable revenue in 2026, while store commissions now range from 10% to 30% depending on platform, install age, and whether the transaction recurs.

Most founders budget the build and hand-wave the revenue. That order is backwards. Your monetization model dictates architecture: subscriptions need a paywall, trial logic, and a cancellation flow in version one. Ad-supported apps need entirely different session-length targets and screen layouts. Pick the wrong model and you ship an app that works flawlessly and earns nothing.

2026 made this decision harder than usual. Google Play rewrote its service fee structure from scratch, US court rulings reshaped what Apple can charge on external payment links, and AI apps pulled subscription benchmarks in two directions at once — higher revenue per user, faster churn. This guide compares all seven app monetization models against current data, breaks down what each store actually takes, and gives you a decision matrix to choose.

Table of Contents

App Monetization Models: All Seven at a Glance

All seven app monetization models can technically coexist in one app. In practice each carries a different user-volume threshold, a different engineering burden, and a different revenue rhythm. The table below covers the differences you need before committing.

ModelHow It WorksScale RequiredRevenue PredictabilityTypical Categories
AdvertisingPays per impression or viewVery high (10,000+ daily actives)LowGames, news, utilities
In-app purchaseOne-off sale of virtual goodsHighMediumGames, photo editing
SubscriptionRecurring monthly or annual feeMediumHighProductivity, health, education
FreemiumFree tier plus paid upgradeMedium-highMediumSaaS, utilities
Paid downloadSingle upfront paymentLowLowNiche professional tools
CommissionPercentage of each transactionMediumMedium-highMarketplaces, booking
HybridTwo or more models combinedHighHighGames, social, content

Sensor Tower's 2026 State of Mobile report put global in-app purchase revenue at $167 billion for 2025, up 10.6% year over year. Its most consequential finding sits elsewhere: for the first time, consumers spent more on non-game apps than on games. The monetization playbook written for mobile gaming no longer describes where the money is.

Settle the scale question early. Advertising produces the lowest revenue per user of any model, and volume is the only way to compensate. Subscriptions can produce meaningful revenue from a small user base, but demand continuously renewed value in return. If your realistic user projection and your chosen model disagree, the project is misconfigured before a line of code exists.

1. Advertising: The Most Common, Most Misjudged Model

Advertising is the default choice because it asks nothing of the user. Roughly 97% of apps on Google Play are free, and nearly all store revenue flows through those free apps. The arithmetic behind ad revenue, however, is far harsher than most teams assume.

Ad revenue is measured in eCPM — effective earnings per thousand impressions. It depends on three things: ad format, user geography, and app category. The 2026 benchmarks show close to a tenfold spread between formats.

Ad FormatTier-1 Markets (US, Japan, Korea)Global Average
Banner$0.50 – $1.50$0.20 – $0.80
Interstitial$5.00 – $8.00$2.50 – $5.00
Rewarded video$15.00 – $30.00$8.00 – $18.00

Geography drives that gap more than anything else. Industry data shows the US, Japan, and Korea paying five to ten times more per impression than tier-3 markets. If your audience sits mostly outside tier-1 countries, model your forecast on the low end of the global average, never on the headline numbers.

Here is the math made concrete. Take an app with 5,000 daily active users showing four interstitials per user per day — 20,000 daily impressions. At a $3 eCPM that produces $60 per day, or roughly $1,800 per month. No store commission comes out of that, but taxes and infrastructure costs do.

Now read it in reverse: earning $1,800 a month requires 5,000 people opening your app every single day. That is a demanding number, and the cost of acquiring those users is the line item ad-supported forecasts most often omit entirely.

Rewarded video deserves separate treatment. The user opts in and receives something in exchange, so completion rates and eCPMs both run high. Industry measurements show revenue per daily active user rising 30% to 66% after rewarded video is introduced. Banners sit at the opposite end — they occupy screen space permanently while earning the least of any format.

Three mistakes sink ad-supported apps. Showing an ad at first launch inflates your day-one abandonment rate. Skipping frequency caps exhausts users and destroys retention. Relying on a single ad network suppresses both fill rate and eCPM; a mediation layer that makes networks compete is table stakes.

2. In-App Purchases: Selling Virtual Goods

An in-app purchase (IAP) is a one-time digital transaction inside the app — coin packs and extra lives in games, filter bundles in photo apps, a permanent "lifetime unlock" in utilities. Globally it remains the single largest line item in app revenue.

The model's real strength is that there is no ceiling on what one user can spend. Advertising extracts roughly equal value from everyone, while IAP revenue concentrates heavily in a small fraction of users. Gaming has understood this for years, and designs its entire economy around that minority of high-spending players.

Engineering-wise, IAP costs more than advertising. You define the product catalog separately in each store, validate receipts server-side, and build a refund handling path. Skipping server-side validation is the most common cause of revenue leakage in shipped apps — fraudulent purchases are trivially easy without it.

Price sensitivity varies enormously by market, and this is where global averages mislead. In Türkiye, for instance, Business of Apps data puts average annual app spending at $14.6 per smartphone user, against a total national app market of $1 billion in 2024. The market is growing, but per-user spending sits well below tier-1 levels. Any IAP pricing ladder aimed at emerging markets has to be built from local data, not from US benchmarks.

3. Subscriptions: Where Predictable Revenue Comes From

Subscriptions charge users on a recurring monthly or annual basis. This is the fastest-growing revenue category in 2026 and the one investors value most, because recurring revenue commands far higher multiples than one-off sales. In productivity, health, education, and AI apps it has become the default.

RevenueCat's 2026 report, drawn from more than 115,000 apps and over $16 billion in tracked revenue, supplies the numbers that matter. They are simultaneously encouraging and sobering.

MetricReported Value
Hard paywall day-35 conversion (median)10.7%
Freemium day-35 conversion (median)2.1%
Revenue per install at day 60 (hard paywall)$3.09
Revenue per install at day 60 (freemium)$0.38
Conversion on 17–32 day trials42.5%
Conversion on trials under 4 days25.5%
Annual subscribers cancelling within year one~72%
Cancellations from billing failures (Google Play)31%
Cancellations from billing failures (App Store)14%

The first lesson concerns paywall placement. Asking for money upfront converts roughly five times better than freemium. But the same report shows one-year retention nearly identical between the two — 27% versus 28%. Hard paywalls monetize faster; they do not produce more loyal users.

The second lesson is counterintuitive. Among three-day trials, 55% of all cancellations happen on day zero. Short trials never give the product time to demonstrate value. Longer trials convert substantially better, and the gap is not small.

The third lesson is the one teams routinely ignore: involuntary churn. Nearly a third of Google Play cancellations come from a card that failed, not a user who decided to leave. Building card-update prompts and a retry sequence recovers revenue without spending a cent on marketing.

Churn is the model's central risk. Median monthly subscriber churn sits in the 13–14% range, meaning the average app replaces its entire subscriber base roughly every seven to eight months. Without a value loop that keeps existing subscribers engaged, a subscription business is a bucket with a hole in it.

4. Freemium: Using a Free Tier to Acquire Users

Freemium offers a functional free version and reserves advanced capability for paying users. It looks like a subscription variant, but one distinction matters: the free tier is permanent, not a trial. A user can stay free for years without ever converting.

The appeal is that the free tier doubles as a marketing channel. Users genuinely adopt the product, build habits around it, and upgrade when they hit a wall. Most team-communication, note-taking, and file-storage products grew exactly this way.

The risk lives in the same place. Make the free tier too generous and nobody pays; make it too restrictive and users leave in the first session. That 2.1% freemium conversion figure shows how narrow the target is. Running freemium well takes noticeably more product discipline than running a hard paywall.

Draw the line on quantity, not quality. Limit the number of projects, the storage ceiling, or the export volume — but deliver every included feature completely. Watermarks, crippled outputs, and nagging upgrade prompts generate abandonment far more reliably than they generate upgrades.

5. Paid Downloads: Shrinking but Not Dead

Paid downloads charge users before installation. Only about 3% of store listings use this model, and its share of total store revenue is marginal. It remains the right answer in specific situations.

It works for tools that solve one narrow, clearly defined professional need — a tuner for musicians, a calculation tool for engineers, a specialized shooting assistant for photographers. These buyers can evaluate the product from the listing alone and rarely resist a single payment.

The model's genuine weakness is distribution, not revenue. Without free installs, store discoverability drops, review accumulation slows, and your listing copy carries the entire persuasion burden with no trial to back it up. Revenue also arrives once: a customer who bought three years ago generates nothing new, while your support and update obligations continue indefinitely. Our app maintenance cost breakdown covers what those ongoing obligations actually total.

6. Commission and Marketplace Models

Commission apps sell nothing directly. They connect buyers with sellers and take a percentage of each completed transaction. Food delivery, classifieds, booking, courier, and services marketplaces all run this way. Revenue scales with transaction volume rather than user count.

2026 marketplace data puts platform take rates between 5% and 25%, with an industry average near 15%. Product marketplaces cluster in the 9–15% band while service marketplaces run 20–30%. Thin-margin categories like electronics and groceries sit at the bottom; fashion and food delivery sit at the top. Etsy reported a 25.7% take rate in Q1 2026, while Airbnb operates near 9% because high transaction values let a lower percentage produce substantial revenue.

The hard part here is commercial, not technical. Marketplaces face a two-sided cold-start problem: no sellers means no buyers, and no buyers means sellers leave. Collecting payments through your platform also pulls in payment-institution regulation, reconciliation, and payout scheduling — all of which add scope well beyond the app itself.

One major advantage goes underappreciated. When you take commission on physical goods or real-world services, you owe the stores nothing — Apple and Google both exclude physical goods and real-world services from their in-app payment requirements. Sell digital content instead and the store cut applies in full.

7. Hybrid: Not Betting on One Revenue Stream

Hybrid monetization combines two or more models in one app. The most common pairing is advertising plus in-app purchases, usually with an "ad-free" subscription layered on top. In gaming, hybrid is no longer the advanced option — it is the default.

The data is unambiguous. According to Tenjin's ad monetization benchmark report, hybrid monetization on Android midcore games delivered 146% return on ad spend by day 90, compared with 93% for IAP-only and 58% for ad-only models. The same report breaks revenue splits down by genre: hybrid-casual puzzle titles land at 59% IAP against 41% advertising, while action and strategy games run 82% IAP against 18% advertising.

The trick is preventing the two streams from cannibalizing each other. The most frequent error is showing ads to paying users. The correct structure is straightforward: free users see ads and can progress through rewarded video, while paying users get an ad-free experience and treat that as the reason to buy. Design advertising as an alternative currency offered to free users, not as a penalty.

Outside gaming, hybrid usually takes the form of freemium plus advertising. Free users see banner or native placements; paid users do not. This lets even a modest user base run two revenue streams simultaneously.

Store Commissions in 2026: What Changed

Once you pick a model, the next question is how much of that revenue you actually keep. 2026 brought the largest shift in store economics in years, and budgeting from older figures will distort your forecast directly.

Apple's structure stayed relatively stable. The standard commission is 30%. Developers enrolled in the App Store Small Business Program who earned up to $1 million in proceeds in the prior calendar year pay 15% instead, and developers new to the App Store also qualify. Cross $1 million mid-year and the standard rate applies for the remainder of that year; fall back below it in a later year and you requalify for 15% the following year. The full terms are published on Apple's official program page.

Google Play rebuilt its fee structure entirely, and there is no longer a single rate.

ScenarioGoogle Play Service Fee
First $1M in annual earnings10% + billing fee
One-off purchases on new installs20% + billing fee
One-off purchases on existing installs25% + billing fee
Recurring subscription transactions10% + billing fee
Program participants (new installs)15% + billing fee
Billing fee (US, UK, EEA)5%

The subscription row is the one to note. Recurring transactions on Google Play now carry a 10% service fee regardless of how much you earn. For Android apps built on subscriptions, that is a meaningful improvement over the previous structure.

Watch the rollout calendar, because it is regional. Google is phasing the new structure in on 30 June 2026 for the EEA, UK, and US; 30 September 2026 for Australia and Japan; 31 December 2026 for South Korea; and 30 September 2027 for the rest of the world. If your primary markets fall in that last group, existing rates apply for another year. Verify current figures on the Google Play Console help page before you model anything.

A third change is still unfolding: external payment links. Following a 2025 US court ruling, apps can direct users to their own websites to pay. The commission framework around those links remained subject to ongoing litigation through mid-2026 and differs by jurisdiction. If a web-based checkout flow is part of your plan, treat the current rules as a snapshot rather than a permanent structure.

For teams building from Türkiye specifically, one more layer applies. Individual developers there benefit from an income tax exemption on app earnings up to an annual ceiling, settled through a 15% withholding at the bank rather than an annual return. Companies fall under a separate regime, and the Ministry of Trade operates a support program reimbursing 50–70% of qualifying user-acquisition, tooling, and store-commission expenses on international sales. Confirm the specifics with a local tax advisor before building either into a forecast.

Which Model Should You Choose? Decision Matrix

The right model follows from how often your app gets opened and what form the user's value takes. The matrix below is the shortest path to a decision.

If Your App...Recommended ModelWhy
Opens several times a day in short sessionsAdvertising or hybridGenerates high impression volume; payment resistance is high
Continuously produces new value (content, data, analysis)SubscriptionRecurring value justifies recurring payment
Does one job well and opens rarelyPaid or one-off IAPSubscriptions feel unfair here and churn hard
Connects two sides (buyers and sellers)CommissionRevenue grows naturally with transaction volume
Is a game or entertainment productHybrid (IAP + rewarded video)Non-paying users still generate revenue
Solves an enterprise workflowSubscription (per seat)Budget holders are used to recurring costs
Has a free tier that showcases the productFreemium plus upgradeFree usage lowers acquisition cost

Layer two questions on top of the matrix. First: how many times per month will a user open this? Anything opened a few times a month will churn badly on a subscription. Second: who pays for the value? When the user and the payer are different people — enterprise software, education, healthcare — price against the payer, not the user.

To see how model choice affects your build budget, run the numbers through our app cost calculator. Subscription infrastructure, receipt validation, and an ad mediation layer are each separate line items. Our mobile app development cost guide covers the full ranges, and React Native vs Flutter vs Native covers how stack choice interacts with them.

Testing Your Model Before Launch

Changing between app monetization models after launch is possible but expensive. Several practical tests let you validate pricing beforehand, and none of them require a finished product.

The fastest is the fake door test. Add an "Upgrade to Pro" button to the free version; anyone who taps it sees a message that it is not ready yet and an option to join a waitlist. How many people tap is the most honest measure of purchase intent you will get. Second is price laddering — show the same paywall at different prices to small user cohorts and measure the conversion delta.

Third, ship the MVP with a single model. Building all seven into version one both stretches your timeline and makes it impossible to attribute what worked. Launch with one, gather three months of real data, then add the second model based on evidence rather than instinct.

Finally, remember the stores review this. Subscription and IAP products get scrutinized: missing product descriptions, unclear pricing, or absent cancellation information all trigger rejection. Work through our app launch checklist and the how to publish an app guide before you submit.

Frequently Asked Questions

How much money can an app actually make?

Earnings depend entirely on the model and user volume. An ad-supported app with 5,000 daily active users at a $3 eCPM produces roughly $1,800 per month. A subscription app can reach the same figure with far fewer users, since the deciding variables become monthly price per subscriber and churn rate rather than raw impression count.

How much do the app stores take?

Apple takes 30% as standard and 15% for developers in the Small Business Program. Google Play restructured in 2026: 10% on the first $1 million in annual earnings, 20% on one-off purchases from new installs, 25% from existing installs, and 10% on recurring subscriptions. A 5% billing fee applies on top in the US, UK, and EEA.

Is advertising or subscription more profitable?

Subscriptions earn significantly more per user and offer far better revenue predictability. Advertising monetizes your entire user base, including people who would never pay. Choose subscriptions if your app delivers continuously renewed value, and advertising if it is used in short, frequent sessions.

Can a free app make money?

Yes — nearly all store revenue comes from free apps. About 97% of Google Play listings are free, and they earn through advertising, in-app purchases, and subscriptions. A free download does not mean there is no business model; it means payment is not collected at install time.

What is the difference between in-app purchases and subscriptions?

An in-app purchase is a one-time payment for a coin pack, a filter set, or a permanent feature unlock. A subscription renews automatically at fixed intervals. IAP creates revenue spikes, while subscriptions produce predictable monthly income and generally support a higher company valuation.

Which ad format earns the most?

Rewarded video performs best on both revenue and user experience, running $15–$30 per thousand impressions in tier-1 markets. Interstitials come second. Banners earn the least while permanently occupying screen space, making them the weakest option on both dimensions.

How long should a free trial be?

Longer than the three-day default most apps ship with. RevenueCat's 2026 data shows trials of 17–32 days converting at 42.5% versus 25.5% for trials under four days. Short trials cancel early — 55% of three-day trial cancellations happen on the first day, before the product has shown its value.

Can I change my monetization model after launch?

You can, at a cost. Making a paid app free upsets existing buyers, and adding ads to an ad-free app reliably damages your rating. The safest approach grandfathers existing users: preserve what current users already paid for and apply the new model only to new installs.

App monetization models are inseparable from technical architecture. Subscription infrastructure, server-side receipt validation, and ad mediation always cost more to retrofit than to build in. That makes model selection a design-phase decision, settled before the first sprint rather than after the first disappointing revenue report.

If you want to work through which model fits your product, our mobile app development team evaluates projects against usage frequency, audience, and target market. Tell us about your idea and your revenue goal, and we will map out a realistic model and roadmap together through our contact page.

#app monetization#app revenue models#in-app purchases#subscription apps#app store commission#mobile apps

Need professional help with this?

Talk to our team about your project — same-day response, free quote.

Share this post

Related Articles