The App Store had been shrinking for eight years. New submissions dropped 48% between 2016 and 2024. Then vibe coding happened, and Apple’s gatekeeping infrastructure hit a wall it was never designed for.
What are the actual numbers behind the surge?
The Information first reported the figure: 235,800 new apps submitted to the App Store in the first three months of 2026. That is an 84% increase from the same quarter last year. To put that in context, the App Store had been on a steady decline in new submissions for nearly a decade. The trend line was so consistent that Apple had been gradually shrinking its review team.
This was not a gradual uptick. It was a step function. The inflection point lines up precisely with the mainstream adoption of tools like Cursor, Claude Code, Replit, Lovable, and Bolt — platforms that let people describe what they want in plain English and get working code back. Microsoft says AI now writes 30% of its code. Google says more than a quarter. Mark Zuckerberg wants most of Meta’s code written by AI agents. The downstream effect finally showed up in Apple’s submission queue.
Why did Apple’s review pipeline break?
Apple’s App Store review process was designed for a world where building an iOS app required genuine technical skill. The submission rate was self-limiting: you needed to know Swift or Objective-C, understand Xcode’s build system, navigate provisioning profiles, and pass a review process that checks for crashes, privacy compliance, and guideline adherence. That friction was the filter.
Vibe coding removed the filter.
When anyone with a credit card and a natural language prompt can produce a functional app binary, the review queue is no longer gated by developer skill. It is gated by reviewer headcount. And Apple had been scaling that headcount down, not up, because submissions had been declining for eight straight years.
“Apple built its review infrastructure for a world where making an app was hard. AI made it easy overnight, and the infrastructure had no surge capacity.”
Developers across categories started reporting 7 to 30+ day review wait times in March 2026. The majority of that delay was spent in "Waiting for Review" status — the submission was sitting in a queue before a human ever looked at it. For context, Apple’s stated target is 24 hours for most submissions. The pipeline was not designed for 84% more volume arriving in a single quarter.
What did Apple actually do in response?
Apple made three distinct moves, each revealing a different part of their calculus:
First, in mid-March 2026, Apple quietly blocked updates for vibe coding apps including Replit and Vibecode. No public announcement. Developers found out when their updates were rejected. Apple cited section 2.5.2 of the App Review Guidelines: apps may not "download, install, or execute code which introduces or changes features or functionality of the app." This rule has existed since 2008. Apple chose to enforce it aggressively now.
Second, on March 30, Apple pulled Anything — an app that let users build small tools and automations through natural language — from the App Store entirely. The app’s co-founder said Apple had been blocking their updates since December 2025 before removing them outright. This was the escalation that made headlines.
Third, Apple started negotiating compromises with the remaining apps. Replit would open previews in an external browser instead of rendering them in-app. Vibecode would remove the ability to create apps specifically targeting Apple devices. These are not technical solutions. They are jurisdictional ones — Apple is saying "you can build apps, just not apps that compete with our distribution channel."
- Blocked updates for Replit and Vibecode citing rule 2.5.2 (no dynamic code execution)
- Pulled Anything from the App Store entirely after months of update blocks
- Negotiated compromises: external browser previews, removal of Apple-targeted app creation
Is this really about code quality or about control?
The quality argument writes itself: more apps from less experienced developers means more crashes, more privacy violations, more spam. And there is truth in that. AI-generated code has known patterns of hallucinating API calls, skipping error handling, and producing apps that look functional in a demo but fall apart under real usage.
But that is not what Apple cited. They did not reject these apps for crashes or privacy violations. They blocked vibe coding platforms for enabling dynamic code execution — a rule designed to prevent apps from changing their behavior after review. The distinction matters. Apple is not saying "the apps built with these tools are bad." Apple is saying "these tools let people build apps without going through us."
This is a distribution control play. If Replit or Vibecode users can build and run iOS apps inside those platforms without submitting to the App Store, Apple loses its 30% cut, its review authority, and its data on what runs on its devices. The 84% surge in submissions was actually the optimistic scenario for Apple — those developers were going through the front door. The real threat is the ones who skip the door entirely.
“Apple did not block vibe coding apps for producing bad software. They blocked them for producing software outside Apple’s distribution funnel.”
What should Apple have done instead?
Apple had three options and chose the worst one.
Option one: scale the review pipeline. If submissions are up 84%, invest in automated review tooling that uses the same AI technology driving the surge. Apple has the ML talent and the compute budget. Static analysis, automated crash detection, privacy policy verification — most of what human reviewers check can be automated with high confidence. This is an engineering problem Apple is uniquely positioned to solve.
Option two: create a tiered review track. Fast-track apps from established developer accounts with good track records. Apply deeper scrutiny to first-time submissions from new accounts. This is what every CI/CD pipeline in the industry does — trust but verify, and spend your review budget where risk is highest.
Option three: what they actually did. Block the tools. This temporarily slows the flood but does nothing about the underlying shift. It antagonizes the developer community, generates negative press, and hands ammunition to regulators already scrutinizing App Store practices. The EU’s Digital Markets Act explicitly targets this kind of gatekeeper behavior.
- Scale: invest in AI-powered automated review to match the AI-powered submission surge
- Tier: fast-track trusted developers, deeper review for new accounts and first submissions
- Adapt: update guidelines to address AI-built apps directly instead of repurposing 2008-era rules
What does this mean for engineering teams shipping iOS apps?
If you are a legitimate engineering team shipping through the App Store, you are caught in the crossfire. Your review times are longer because Apple’s pipeline is absorbing a wave of low-effort submissions. Your updates are slower. Your release cadence is disrupted. And if your app uses any form of dynamic code execution — server-driven UI, feature flags evaluated at runtime, JavaScript bridges — you are now under heightened scrutiny because Apple is pattern-matching against vibe coding tools.
The practical advice:
- Pad your App Store review timelines by 2–3x until Apple resolves the backlog
- Audit any dynamic code execution in your app — JSCore, WebView-based features, server-driven UI
- Document your development process in App Review notes to differentiate from AI-generated submissions
- Consider TestFlight distribution for internal and beta users to avoid the review queue entirely
- Watch the EU DMA proceedings — sideloading requirements may make this entire problem irrelevant
What is the bigger lesson here?
Every platform that relies on human-gated review is about to hit this wall. Apple hit it first because the App Store is the most visible choke point, but Google Play, npm, PyPI, Docker Hub, the Chrome Web Store — any registry that reviews submissions before publication is facing the same exponential supply problem.
The math is simple. AI tools reduce the cost of producing a submission by 10–100x. Human review capacity scales linearly at best. When production cost drops exponentially and review cost stays linear, the queue explodes. This is not a temporary surge. It is a permanent structural change in how software gets made.
The organizations that adapt will invest in AI-assisted review, automated quality gates, and reputation-based trust systems. The ones that do not will do what Apple did: reach for the ban hammer and discover it does not scale either.
“When production cost drops exponentially and review cost stays linear, the queue explodes. That is not a temporary surge. It is a permanent structural change.”
The App Store surge is not really about apps. It is about what happens when an 18-year-old gatekeeping system meets a technology that makes gatekeeping impossible to sustain. Apple’s 2.5.2 rule was written when building an app required a Mac, a $99 developer account, and months of work. Now it requires a prompt. The rule did not change. The world did.
Apple will figure this out — they have the resources and the incentive. But the weeks between March and April 2026 will be studied as the moment a platform built on artificial scarcity discovered that AI creates artificial abundance. And abundance, it turns out, is much harder to manage.




