All posts
OPERATIONS

EU Digital Markets Act and iOS payments in 2026: what subscription developers need to know

Apple's DMA compliance framework has created a genuinely different commercial environment for EU subscription apps — alternative payment processors, a new commission structure, and web linkout rights. This guide breaks down the new mechanics and offers a decision framework for whether switching away from Apple IAP is worth it for your app.

By the AppsOps team · · 8 min read

The EU Digital Markets Act (DMA) took effect for Apple in March 2024, and by 2026 the consequences for subscription iOS developers have become concrete and complex. If you distribute apps in the European Economic Area (EEA), you now face a genuinely different commercial environment — alternative payment processors, a new commission structure, and linkout-to-web rights that didn't exist two years ago.

This post walks through the DMA's practical impact on iOS subscription pricing and payment mechanics. It won't advocate for any particular path — the right choice depends heavily on your app's revenue, user base, and risk tolerance — but it will lay out the facts so you can make an informed call.

What the DMA actually changed for iOS subscription developers

The DMA designates Apple as a "gatekeeper" for the App Store. As a gatekeeper, Apple must allow:

  1. Alternative app marketplaces on iOS devices in the EU
  2. Alternative payment processors for in-app purchases in EU apps
  3. Linkout rights — the ability to link users to an external website to complete payment

Apple implemented these under protest, designing its compliance framework around the Core Technology Fee (CTF) and a revised commission structure that critics argue preserves most of its economic advantage. Regardless of your view on Apple's intent, the practical mechanics are what you need to understand as a subscription developer.

The Core Technology Fee

Apple charges a CTF of €0.50 per first annual install after the first 1 million installs per year, across all apps distributed on any iOS marketplace — including Apple's own. For most indie developers, 1 million installs is a ceiling they'll never hit, making the CTF irrelevant in practice. For large-scale subscription apps — utilities, language learning, fitness — it becomes a real line item to model into your unit economics before choosing any distribution path.

Commission rates: the new math

Under Apple's DMA compliance framework, EU-distributed apps can choose from several commission tracks. The table below summarises the key paths and their approximate total costs:

Distribution path Apple commission Payment processing Approx. total cost
Default App Store IAP 30% (15% with SBP) Included 30% / 15%
App Store + alternative processor 17% (10% with SBP) ~3% (your processor) ~20% / ~13%
Web linkout (in-app link to external checkout) 17% (10% with SBP) on attributed purchases Varies (your processor) ~17–20% / ~10–13%
Alternative marketplace distribution 17% (10% with SBP) + CTF if over 1M installs Varies Highly variable

SBP = Apple's Small Business Program, available to developers earning under $1M/year from Apple platforms.

The 13-percentage-point gap between the 30% default and the alternative-processor path sounds appealing. But it comes with upfront engineering cost, ongoing payment liability, and the loss of features like Billing Grace Period and Billing Retry that Apple IAP handles automatically. Analysis from app analytics firms consistently points to payment failure as one of the largest drivers of involuntary churn — losing Apple's retry logic is a concrete revenue cost, not a theoretical one.

~13ppCommission saving possible for standard-rate EU developers switching from default App Store IAP to an alternative payment processor

StoreKit and alternative payments: the technical reality

Apple's alternative payment entitlement for the EEA requires a special entitlement applied for in App Store Connect, plus EU-specific code paths in your app. In practice, that means:

Merchant of Record matters more than most developers realise. With standard App Store IAP, Apple is the Merchant of Record across all 27 EU member states, collecting and remitting VAT on your behalf. Switch to an alternative processor and you — or your payment provider — inherit that obligation. Paddle and Stripe Tax can handle EU VAT remittance, but you must confirm your provider's Merchant of Record status before committing to a path. Getting this wrong creates regulatory exposure in every EU market where you have paying users.

Web linkout: the lower-cost middle path

The linkout right — placing a button in your EEA app that opens your website's checkout page — is the lower-engineering-cost option for developers already selling subscriptions on the web. Users tap the link, complete purchase on your site, and return to the app with an active entitlement.

Apple charges 17% (or 10% under SBP) on purchases attributable to in-app links. If you're already managing web subscriptions through Paddle, RevenueCat's web billing, or Stripe, the incremental engineering work centres on three things:

  1. Detecting EEA storefronts and conditionally surfacing the linkout button in your paywall
  2. Entitling the user inside the app after a completed web purchase — typically via an entitlement backend or a cross-platform SDK such as RevenueCat
  3. Ensuring App Review can verify the linkout is clearly and honestly labelled

One constraint applies regardless of payment path: App Store Review Guideline 3.1.3 still prohibits pricing your in-app offering higher than your external offering when you use a linkout. If you run EEA-specific web promotions, you'll need to match or beat that price inside the app, or use a promotional offer to bridge the gap. The post on App Store pricing parity: should your iOS price match your web price? covers the global mechanics of this rule in more detail.

Decision framework: should you actually switch?

For most indie developers in 2026, the honest answer is: not yet. Here is a decision matrix based on developer profile and EEA revenue share that applies directional guidance — your specific numbers will determine the break-even point.

Developer profile EEA revenue share Recommended path
Indie, under $1M/year, no existing web billing Any Stay on Apple IAP at SBP rate. Engineering cost of switching exceeds commission saving at most indie revenue levels.
Indie, under $1M/year, existing web billing infrastructure Over 25% Consider web linkout for EEA users. The entitlement bridge is the main engineering task; processor and VAT are handled by existing stack.
Mid-size app, over $1M/year Over 20% Model full cost including engineering, VAT compliance, and involuntary churn risk from losing Apple's billing retry. Alternative processor or linkout likely pays off at scale.
Large-scale app, over 1M EU installs per year Any Engage legal counsel. CTF may significantly affect the economics of alternative marketplace distribution independent of commission rates.

The most common mistake is over-indexing on the commission percentage while ignoring hidden costs. Analysis from app growth consultants suggests involuntary churn — payment failures, card expiry, billing errors — can account for a substantial share of total subscription churn, particularly in markets with lower card reliability. Apple's grace period and billing retry infrastructure suppresses much of this automatically. Before switching, instrument your current EEA involuntary churn rate as a baseline so you can model what you're giving up.

For a detailed look at how Apple's grace period and retry mechanics work, see the post on iOS subscription grace periods and billing retry: how Apple handles failed renewals.

What to watch in the second half of 2026

The DMA enforcement picture is still developing. Three things worth monitoring closely:

The prudent near-term move for most subscription developers is to instrument your EEA revenue share now — App Store Connect's territory breakdowns in Sales and Trends reports can give you the baseline — and revisit the build decision every quarter as the regulatory and tooling picture evolves. The commission maths can shift quickly if the EC findings go against Apple, and you want your data ready before that decision is forced on you.

Sources and further reading

Share this post

Ready to put this into practice?

AppsOps is the first App Store ops dashboardPPP-fair pricing for 175 App Store territories, AI metadata localization in 39 languages, AI screenshot localization for 14 Apple device classes, and one-click App Store Connect API push — all from one dashboard, all for $19/month.

Try AppsOps free — no card →

Related reading