When Jack Conte co-founded Patreon in 2013, he wanted to solve a simple problem: how could internet creators make a living from their work without relying on advertising?
A decade later, that solution faces its biggest existential threat—not from competitors or changing user habits, but from the invisible hand of platform economics.
Apple's enforcement of its 30% commission on all iOS transactions, now extending to Patreon subscriptions, isn't just another fee dispute.
It's a collision between two fundamentally different visions of the internet economy: one where creators own their relationships with supporters, and another where platform gatekeepers extract rent from every digital transaction.
For developers building the next generation of creator tools, this isn't just Patreon's problem—it's a preview of their future.
The creator economy has always existed in the shadows of larger platforms. YouTube creators depend on Google's algorithm and ad rates. Twitch streamers navigate Amazon's moderation policies.
But Patreon represented something different—a direct financial relationship between creators and their audience, with the platform serving merely as infrastructure.
This model worked because of a delicate détente between app platforms and service providers.
For years, Apple allowed "reader" apps—services like Netflix, Spotify, and Kindle—to exist on iOS without processing payments through Apple's system.
Users could sign up on the web, pay directly to the service, and then access content through the iOS app.
It was an acknowledgment that not every transaction on an iPhone needed to flow through Cupertino.
But that détente has been crumbling. The Epic Games lawsuit in 2020 marked the beginning of open warfare over platform fees.
While Epic lost its case, the battle exposed the enormous profits at stake—Apple's App Store generated an estimated $110 billion in revenue in 2023, with gaming apps contributing the lion's share.
The European Union's Digital Markets Act and similar regulations worldwide have forced Apple to make concessions, but primarily in ways that preserve its revenue streams.
Patreon's situation is particularly complex because it straddles multiple categories.
It's not quite a marketplace like eBay (which Apple doesn't tax), not quite a reader app like Netflix (which historically avoided the tax), and not quite a game (where Apple's 30% cut is standard).
For years, Patreon operated in this gray zone, processing payments through Stripe on the web while its iOS app served primarily as a content consumption tool.
The timing of Apple's enforcement isn't coincidental.
As traditional App Store growth slows and regulatory pressure mounts in Europe, Apple is systematically closing loopholes and enforcing rules more strictly.
The company needs to show investors that Services revenue—which includes App Store commissions—can continue its double-digit growth even as iPhone sales plateau.
The new rules affect Patreon creators in ways that reveal the complexity of platform economics.
Starting in November 2024 (over a year ago), any new membership initiated through Patreon's iOS app must use Apple's in-app purchase system.
This isn't just a payment processing change—it's a fundamental restructuring of the creator-supporter relationship.
Here's what actually changes: When a fan subscribes to a creator for $10 per month through the iOS app, Apple immediately takes $3 (dropping to $1.50 after the first year).
Patreon then takes its platform fee—between 5% and 12% depending on the creator's plan. The creator, who was expecting to receive roughly $9 from that $10 pledge, instead gets about $6.
That 40% haircut isn't just a number—it's the difference between sustainable creative work and a hobby.
The technical implementation reveals why this is so problematic for existing platforms. Patreon built its entire infrastructure around direct payment processing through Stripe.
Its APIs, webhooks, analytics dashboards, and creator tools all assume a direct relationship with payment data.
Apple's in-app purchase system is a black box by comparison—creators can't easily export subscriber lists, can't offer custom benefits based on payment history, and can't even reliably match iOS subscribers to their existing patron databases.
Project visualization
For developers, this technical mismatch is crucial to understand.
Apple's StoreKit 2 framework, while improved from its predecessor, still treats all digital purchases as discrete transactions rather than ongoing relationships.
There's no native concept of "patronage" or "membership"—just subscriptions that renew monthly.
This fundamental mismatch between Apple's transaction-focused model and Patreon's relationship-focused model creates endless edge cases.
Consider how Patreon creators typically operate: They might offer different tiers with physical rewards, exclusive Discord access, monthly video calls, or personalized content.
Apple's rules technically prohibit linking these benefits to iOS purchases unless they're purely digital and delivered through the app. A creator who sends handwritten thank-you notes to $50+ patrons?
That's now a terms of service violation if the patron subscribed through iOS.
The migration itself presents massive technical challenges. Patreon must maintain two parallel payment systems indefinitely—web subscribers using Stripe and iOS subscribers using Apple's system.
This means duplicate webhook handlers, reconciliation systems, and analytics pipelines.
For a platform processing hundreds of millions in creator earnings, this isn't just inconvenient—it's an architectural nightmare that will require months of engineering work and ongoing maintenance.
The immediate impact on creators is obvious: less money. But the second-order effects reveal why this matters for the entire software industry.
Every developer building tools for the creator economy—from newsletter platforms like Substack to teaching platforms like Teachable—now faces the same choice: comply with Apple's rules and accept dramatically reduced economics, or abandon the iOS platform entirely.
This forced choice is reshaping product strategy across the industry. Several patterns are emerging:
**The Browser Bypass**: Companies are investing heavily in progressive web apps (PWAs) and mobile web experiences.
Ghost, the open-source publishing platform, has explicitly told users to avoid its iOS app for subscriptions.
This isn't ideal—PWAs can't access many native features and have lower engagement rates—but it preserves the business model.
Project visualization
**The Price Discrimination Model**: Some platforms are experimenting with charging iOS users more to offset Apple's cut.
This creates a fascinating natural experiment in price elasticity—how much premium will iOS users pay for the convenience of in-app purchase? Early data suggests the answer is "not 30%."
**The Enterprise Escape**: B2B platforms are restructuring as enterprise software, which Apple typically doesn't tax.
A creator platform that sells to media companies rather than individual creators might escape the tax entirely.
This pushes the industry toward aggregation and away from the individual creator empowerment that Patreon pioneered.
For security and privacy advocates, there's deep irony here.
Apple markets itself as the privacy-focused platform, but its payment rules require apps to funnel all transaction data through Apple's servers.
Creators who were comfortable with Patreon handling their payment data now have that data shared with Apple, whether they want it or not.
The same company that champions user privacy is mandating that creator income data flow through its systems.
The developer ecosystem is also fracturing along platform lines.
Engineers who specialize in iOS development increasingly need to understand payment system arbitrage—how to structure products to minimize platform taxes while staying within the rules.
This isn't the creative, user-focused development that attracted many to mobile platforms. It's regulatory compliance disguised as software engineering.
The Patreon situation is likely just the opening salvo in a broader conflict. As Apple enforces its rules more strictly, we should expect to see several developments:
**Regulatory Intervention**: The European Union's Digital Markets Act already requires Apple to allow alternative payment systems, though only for EU users.
Similar legislation is advancing in the United States, Japan, and South Korea.
The question isn't whether regulation will force changes, but whether those changes will come fast enough to preserve the current creator economy.
**Platform Fragmentation**: We're likely to see increasing divergence between iOS and Android experiences. Google takes a similar 30% cut but has been more flexible about enforcement.
If creators start seeing significantly higher income from Android users, it could influence everything from marketing strategies to platform development priorities.
**New Technical Standards**: The W3C and other standards bodies are working on payment APIs that could enable secure, privacy-preserving transactions without platform intermediation.
Web Payment APIs and similar standards could eventually provide an alternative to platform-controlled payment systems, though adoption will take years.
The creator economy won't disappear, but it will reshape itself around these platform constraints.
We're likely entering an era of creator consolidation, where successful creators become media companies large enough to negotiate directly with platforms.
The long tail of small creators—the podcast with 500 subscribers, the artist with 50 patrons—may find the economics increasingly unsustainable.
For developers and technologists, the lesson is clear: platform risk isn't just about being featured or banned.
It's about the slow squeeze of economic terms that can fundamentally alter your business model.
The next generation of developer tools will need to be built with platform taxes as a first-class consideration, not an afterthought.
The age of digital feudalism has arrived, and we're all just serfs arguing over our share of the harvest.
---
Hey friends, thanks heaps for reading this one! 🙏
If it resonated, sparked an idea, or just made you nod along — I'd be genuinely stoked if you'd show some love. A clap on Medium or a like on Substack helps these pieces reach more people (and keeps this little writing habit going).
→ Pythonpom on Medium ← follow, clap, or just browse more!
→ Pominaus on Substack ← like, restack, or subscribe!
Zero pressure, but if you're in a generous mood and fancy buying me a virtual coffee to fuel the next late-night draft ☕, you can do that here: Buy Me a Coffee — your support (big or tiny) means the world.
Appreciate you taking the time. Let's keep chatting about tech, life hacks, and whatever comes next! ❤️