# The Legal Way to Bypass App Store Fees in 2026 (Post-Epic Ruling)

> How SaaS and digital product companies legally avoid 30% Apple and Google app store fees in 2026. Web checkout, anti-steering rulings, and what's actually allowed.
- **Author**: Ayush Agarwal
- **Published**: 2026-05-03
- **Category**: Payments, Mobile, SaaS
- **URL**: https://dodopayments.com/blogs/bypass-app-store-fees-legally

---

The 30 percent App Store and Play Store fee was the largest tax on digital businesses for a decade. In 2026, that tax is finally optional for most apps, thanks to a series of court rulings, regulatory changes, and platform concessions that opened the door to alternative payment flows.

This guide explains what is actually legal in 2026, the patterns developers use to route customers to web-based checkout, and the trade-offs of each approach. The goal is concrete: how to keep your full revenue without violating App Store or Play Store policies and getting your app banned.

## The State of Play in 2026

The landscape changed in three waves:

1. **Epic v. Apple (2021).** The court ruled that Apple's anti-steering rules were unlawful in the US. Developers can include external links and language directing users to alternative payment methods.
2. **EU Digital Markets Act (2024).** The DMA forced Apple and Google to allow alternative app stores, alternative payment systems, and to abolish anti-steering provisions in the EU.
3. **Subsequent court rulings (2024-2025).** Multiple US and global rulings expanded developer freedom to charge users outside the in-app purchase system without commission.

The net effect: most categories of apps can now legally direct users to web-based checkout, where you pay 4 percent in payment processing instead of 30 percent App Store commission.

> The 30% commission was always a tax that benefited Apple and Google more than it benefited developers or users. The post-Epic landscape is the first real opportunity for SaaS and digital product companies to keep their revenue without playing tax games.
>
> - Ayush Agarwal, Co-founder & CPTO at Dodo Payments

## What's Allowed: Reader Apps, Subscription Apps, Mini-Apps

The rules vary by app category. The 2026 landscape:

| App Type | In-App Purchase Required? | Alternative Allowed? |
|---|---|---|
| Subscription SaaS (reader apps) | No | Yes - link to web subscription |
| Game with virtual goods | Yes (mostly) | Limited - some EU exemptions |
| One-off digital purchases | Depends on app type | Often yes |
| Physical goods/services | No | Always - never required IAP |
| Marketplace apps | Often no | Yes for many flows |

The "reader app" category is the loosest. SaaS apps that primarily provide access to content or services purchased elsewhere have always been able to skip in-app purchase. Apple expanded this category significantly in 2022 to include cloud apps, file storage, and most B2B SaaS.

If your app falls into this category (most SaaS does), you have always had legal options to avoid the 30 percent fee. The recent rulings just made the alternative more user-friendly.

## The Three Main Strategies

There are three legal ways to charge users outside Apple's and Google's payment systems in 2026.

```mermaid
flowchart LR
    A[Mobile App User] --> B{Strategy}
    B -->|Strategy 1| C[External Link Account]
    B -->|Strategy 2| D[Web-First Onboarding]
    B -->|Strategy 3| E[Reader App Pattern]
    C --> F[User clicks 'Manage'
opens browser to web checkout]
    D --> G[User signs up on web first
logs in via app]
    E --> H[App provides access
web handles payment]
```

### Strategy 1: External Link from In-App

Add a link or button inside your app that opens an external browser to your web checkout. Permitted in the US (Epic ruling) and EU (DMA). Apple still requires you to use their entitlement system in the US, which carries a 12 to 27 percent commission depending on category. The EU version has no commission.

**Pros:** Customers can pay from inside the app experience.
**Cons:** Apple's external link entitlement still has commission in some jurisdictions. The user experience requires leaving the app to a browser.

### Strategy 2: Web-First Onboarding

Direct customers to your website to sign up and pay. The mobile app is for using the product, not for purchasing it. Customers log in to the app with credentials they created on the web.

**Pros:** Zero App Store commission. Cleanest legal status. Works in every country.
**Cons:** Higher friction at acquisition. Some channels (App Store search) lose conversion.

This is the standard pattern for most SaaS in 2026.

### Strategy 3: Reader App Pattern

Build the app as a "reader" that displays content or provides access purchased elsewhere. Use the App Store Reader Rules to skip in-app purchase entirely. Direct users to the web for any payment activities.

**Pros:** Most flexible legal positioning. Works for traditional SaaS, e-readers, video apps, productivity tools, and most B2B applications.
**Cons:** Requires the app to genuinely be a reader app. Games and apps with extensive virtual economies don't qualify.

## Implementation: How to Route Users to Web Checkout

The mechanics are straightforward in 2026:

### Step 1: Detect the User on Web

When a user lands on your website (from app store description page, social media, or your marketing site), give them a signup and payment flow optimized for mobile web.

### Step 2: Mobile-Optimized Checkout

Your web checkout must work on mobile. Apple Pay and Google Pay reduce friction. Multi-step flows with auto-save handle the case where users get distracted mid-checkout.

```javascript
import DodoPayments from 'dodopayments';

const client = new DodoPayments({
  bearerToken: process.env['DODO_PAYMENTS_API_KEY'],
});

// Create a payment-link checkout that works great on mobile web
const session = await client.checkoutSessions.create({
  product_cart: [{ product_id: 'pdt_pro_subscription', quantity: 1 }],
  customer: { email: req.body.email },
  return_url: 'https://yourapp.com/welcome',
});

// Redirect to session.checkout_url
```

### Step 3: Handoff to App

After payment succeeds, send the user to a "Welcome" page that detects mobile and surfaces a "Open in App" button. Use deep linking (Universal Links on iOS, App Links on Android) so the app picks up the authenticated session.

### Step 4: In-App Authentication

When the user opens the app, log them in based on the session created during web checkout. Most authentication providers (Auth0, Clerk, Better Auth, Supabase Auth) handle this with cross-platform tokens.

For more on cross-platform implementation, see [react native integration](https://docs.dodopayments.com/developer-resources/react-native-integration), [mobile integration](https://docs.dodopayments.com/developer-resources/mobile-integration), and our companion guide on [adding payments to React Native and Expo apps](https://dodopayments.com/blogs/add-payments-react-native-expo).

## What's Still Risky in 2026

Some patterns that worked in earlier eras still carry risk:

- **In-app purchase circumvention.** Detecting that a user is on iOS and showing them a "buy on web" link instead of an in-app purchase option. Apple has rejected apps for this. Use the post-Epic external link entitlement instead.
- **Misclassifying as a "reader app."** If your app has games, social features, or virtual economies, the reader app exemption does not apply.
- **Dark patterns at checkout.** Hiding the in-app purchase option entirely while redirecting to a web alternative can violate platform rules. Be transparent.
- **Attempting to circumvent in markets where it's still restricted.** Some countries (Korea, Japan, Russia) have different rules. Check the specific market regulations.

## Tax and Compliance When Bypassing Stores

When you take payment via web instead of in-app:

- **You become the merchant of record (or use one).** App Stores handle tax and compliance for IAP transactions. Web payments put that burden on you.
- **VAT, GST, sales tax.** You need to calculate and collect tax in every jurisdiction with customers. See our companion guides on [EU VAT for SaaS](https://dodopayments.com/blogs/eu-vat-saas-guide-2026), [US sales tax for SaaS](https://dodopayments.com/blogs/us-sales-tax-saas), and [global VAT and GST for AI SaaS](https://dodopayments.com/blogs/global-vat-gst-ai-saas).
- **Refunds and disputes.** App Stores handle refund disputes for IAP. Web payments require you to handle disputes directly.

A Merchant of Record like Dodo Payments solves all three by becoming the legal seller for your web transactions, handling tax and compliance globally.

## The Math: Why It's Worth Switching

For a SaaS company doing $1M ARR through mobile app subscriptions:

- **In-app purchase:** $1M revenue, $300K App Store commission, $700K to you
- **Web checkout via Merchant of Record:** $1M revenue, ~$50K payment processing, ~$10K tax handling, $940K to you

That's a $240K difference per $1M of revenue. Even with the user-acquisition friction of routing through web instead of App Store, the math overwhelmingly favors web-first for any company past $100K ARR.

> The companies still defaulting to in-app purchase in 2026 either don't realize they have alternatives, or they're optimizing for App Store search ranking. For SaaS with established customer acquisition channels, web-first is no contest.
>
> - Rishabh Goel, Co-founder & CEO at Dodo Payments

For more on this, see our breakdown of [accept payments without PayPal](https://dodopayments.com/blogs/accept-payments-without-paypal).

## Common Implementation Mistakes

Patterns that cost SaaS founders months and revenue:

- **Skipping subscription portal access on mobile.** Customers paid on web but cannot manage their subscription on mobile. They cancel out of frustration.
- **Login state drift between web and app.** User pays on web, opens app, has to log in again. Use SSO from day one.
- **No mobile-optimized checkout.** Customer arrives on iPhone, your checkout breaks, they leave.
- **Hidden tax fees.** Customer sees $9.99/month on App Store, $11.97 on web (with VAT). Be transparent about pricing including tax up front.
- **No dispute handling.** Customer charges back, you have no recovery process.

For more on this last point, see our [chargeback fraud prevention guide](https://dodopayments.com/blogs/chargeback-fraud-prevention) and [Merchant of Record chargebacks](https://dodopayments.com/blogs/merchant-of-record-chargebacks).

## When In-App Purchase Still Makes Sense

There are scenarios where IAP is still the right choice:

- **Pure consumer apps with low average revenue per user.** If customers pay $1 for a one-off purchase, the friction of redirecting to web kills conversion.
- **Apps with strong App Store discovery.** Some app categories (productivity, photo editing) get most of their installs from App Store search, where IAP is part of the conversion flow.
- **Apps targeting users who are skeptical of web payments.** Older demographics or international markets where credit card adoption is low.
- **Game developers with virtual economies.** The reader app exemption doesn't apply.

For everyone else, web-first checkout is the default in 2026.

## How Dodo Payments Helps With Mobile-Bypass Strategies

Dodo Payments is built for SaaS companies running web-first checkout flows that integrate with mobile apps:

- Mobile-optimized hosted checkout that works on iOS and Android browsers
- Apple Pay and Google Pay support out of the box
- Native [React Native](https://docs.dodopayments.com/developer-resources/react-native-integration) and [mobile integration](https://docs.dodopayments.com/developer-resources/mobile-integration) SDKs
- Customer portal that customers can access from web or in-app via deep link
- Subscription management that works regardless of where the customer originally paid
- Full Merchant of Record coverage so tax and compliance are handled across 220+ countries
- Webhooks for every billing event for tight cross-platform sync
- Transparent pricing at 4% plus 40 cents per transaction with no monthly fees

For implementation patterns, see our [React Native and Expo guide](https://dodopayments.com/blogs/add-payments-react-native-expo), [bypassing App Store fees feature documentation](https://docs.dodopayments.com/features/bypassing-app-store-fees), and [appstore digital goods documentation](https://docs.dodopayments.com/features/appstore-digital-goods).

## FAQ

### Is it legal to bypass App Store fees?

Yes, in most jurisdictions and for most app categories as of 2026. Court rulings (Epic v. Apple in the US, Digital Markets Act in the EU) have established that developers can direct users to alternative payment methods. The reader app classification has always allowed SaaS apps to skip in-app purchase. Specific rules vary by market, so verify the current state for your target geographies.

### Will Apple or Google ban my app for using web checkout?

Not if you follow current platform rules. The post-Epic external link entitlement is officially supported. Reader apps have always been allowed to skip in-app purchase. The risk comes from circumventing rules within the app (showing alternatives only to iOS users, hiding the IAP option entirely, etc.). Stay within official guidelines and your app is safe.

### What's the difference between in-app purchase and web checkout?

In-app purchase routes payments through Apple's or Google's payment system, with a 15 to 30 percent commission depending on the app category and revenue tier. Web checkout routes payments through a third-party payment processor, with typical fees of 3 to 5 percent. The user experience trade-off is friction (web requires leaving the app or signing up on web first) versus revenue retention (web keeps almost all of the revenue).

### How does Dodo Payments help with App Store bypass?

Dodo Payments handles the web checkout side of the bypass strategy: mobile-optimized hosted checkout, Apple Pay and Google Pay support, full subscription management, customer portal, and Merchant of Record coverage for tax and compliance. The mobile app integration uses Dodo's React Native SDK for cross-platform session handling.

### What are the tax implications of bypassing the App Store?

When you take payment via web instead of in-app, you become responsible for tax compliance in every jurisdiction where you have customers. App Stores handle this for IAP transactions; you handle it for web transactions. A Merchant of Record like Dodo Payments absorbs this responsibility, charging tax at the correct rate per customer country, filing returns, and handling audits.

## The Takeaway

The 30 percent App Store tax is optional for most SaaS and digital product companies in 2026. Court rulings, regulatory changes, and existing reader app exemptions give developers multiple legal paths to charge users outside the in-app purchase system.

Pick the pattern that fits your product. Reader app pattern for SaaS that displays content or provides services. Web-first onboarding for products with established marketing funnels. External link from in-app for products that need an in-app purchase touchpoint.

Whichever pattern you pick, the back-end requirements are the same: mobile-optimized checkout, Apple Pay and Google Pay support, subscription management, tax and compliance, cross-platform session handling. [Dodo Payments](https://dodopayments.com) handles all of these for SaaS companies running web-first or hybrid mobile flows. See the [pricing page](https://dodopayments.com/pricing) and [mobile integration documentation](https://docs.dodopayments.com/developer-resources/mobile-integration).
---
- [More Payments articles](https://dodopayments.com/blogs/category/payments)
- [All articles](https://dodopayments.com/blogs)