Apple Pulls Vibe Coding App 'Anything' From App Store, Escalating Enforcement [Updated] - MacRumors
Skip to Content

Apple Pulls Vibe Coding App 'Anything' From App Store, Escalating Enforcement [Updated]

Apple has removed a "vibe coding" app from its App Store, reports The Information. AI app building app "Anything" was pulled from the ‌App Store‌, and Anything co-founder Dhruv Amin was told that his app violated Guideline 2.5.2.

iOS App Store General Feature Black
"Vibe coding" is a term used for code generated using AI based on natural language with no coding experience necessary. Anything and other apps like it let users create apps, websites, and tools with text-based prompts.

Apple started removing vibe coding apps from the ‌App Store‌ earlier in March, and the company said that certain features in the apps that were pulled violate code execution rules. In a statement to MacRumors, Apple said that there are no specific rules against vibe coding, but the apps have to adhere to longstanding guidelines. Apple specifically mentioned Guideline 2.5.2, which is the rule Anything apparently violated.

Apps should be self-contained in their bundles, and may not read or write data outside the designated container area, nor may they download, install, or execute code which introduces or changes features or functionality of the app, including other apps. Educational apps designed to teach, develop, or allow students to test executable code may, in limited circumstances, download code provided that such code is not used for other purposes. Such apps must make the source code provided by the app completely viewable and editable by the user.

"Anything" launched on iOS back in November with no issue, and Amin says the tool has been used to publish thousands of apps in the ‌App Store‌. The app let users create and preview vibe code apps on the iPhone, and it raised $11 million at a valuation of $100 million back in September.

While Anything was removed from the ‌App Store‌ on March 26, Apple has been blocking updates to the app since December. Amin submitted an update that would allow vibe coded apps to be previewed in a web browser instead of in the app to attempt to comply with the 2.5.2 rule, but Apple blocked the update and pulled the app.

Apple previously blocked iOS updates to Vibecode and Replit, vibe coding apps used to generate other apps.

Update 4/3: Anything has returned to the App Store.

Popular Stories

Apple App Store Awards 2025

Apple Updates App Store Connect With More Than 100 New Metrics

Wednesday March 25, 2026 6:38 am PDT by
App Store Connect is a tool that allows app developers to view App Store metrics such as total downloads, and today it is receiving a major update. "Analytics in App Store Connect receives its biggest update since its launch," said Apple, in a post on its developer news portal. Apple says App Store Connect has a refreshed user experience that makes it easier to measure the performance of...
Apple App Store Awards 2025

Apple Turns Off Payments in Russia

Thursday April 2, 2026 8:47 am PDT by
As of April 1, payment processing is no longer available for purchases made across the App Store and other Apple services in Russia, according to Apple. In a new support document, Apple said new purchases, in-app purchases, and subscription renewals are no longer available in Russia unless a user already has funds in their Apple Account balance, which can continue to be used. This change...
app store blue banner epic 1

Apple Asks Court to Pause App Store Fee Fight While It Petitions Supreme Court in Epic Games Case

Monday April 6, 2026 1:32 pm PDT by
Apple plans to ask the United States Supreme Court to weigh in on the App Store fee restrictions and contempt of court ruling levied against it in the ongoing Epic Games vs. Apple legal battle. In a filing on April 3 (via TechCrunch), Apple asked the Ninth Circuit Court of Appeals to hold off on a plan that would see the U.S. Northern District of California decide on a reasonable commission...

Top Rated Comments

3 weeks ago
Vibecoded apps are a scourge
Score: 23 Votes (Like | Disagree)
TracesOfArsenic Avatar
3 weeks ago
iOS feels vibe coded.
Score: 20 Votes (Like | Disagree)
3 weeks ago

When you buy a home, you can put any furniture in it you like, remodel its interior however you like, and so on. You don't have to have architected it for it to be your own home.
Thank you. I love this way of putting it. I don’t understand why so many act like they buy the house but the builder gets to decide what goes in it. They even decide if your own kids get to go into the house as you can’t write your own software and just put it onto your devices. They actually have to be provisioned by Apple.


Again, Apple is selling these for profit not at a loss. There should be no expectation for them to get any further revenue from you once they sell you the device.

It’s not it works for Macs, Windows, Linux, Android.
Score: 12 Votes (Like | Disagree)
123jmail Avatar
3 weeks ago

I didn't sign any such agreement when I bought an iPhone.
I've never read them either, but I'm sure you did when clicked on "Accept"
Score: 11 Votes (Like | Disagree)
ikramerica Avatar
3 weeks ago

When you buy a home, you can put any furniture in it you like, remodel its interior however you like, and so on. You don't have to have architected it for it to be your own home.
You can’t expand your home without getting approvals and inspections.

You can’t expand your app without approvals and inspection.

Your point is?
Score: 9 Votes (Like | Disagree)
3 weeks ago
The comments here tell me there aren’t many developers.

An App that can download code is able to bypass Apple review policies and safety systems by modifying it’s functionality. This puts users at risk as the App that Apple checked before publishing isn’t the same as what’s on your device.

If you change functionality you must submit a new version of the app for approval.

Let’s say I’m making a game. To save time I could license a gaming engine like Unreal or Unity3D or use a third party SDK (software development kit). This saves me a lot of time writing code. I don’t need to reinvent the wheel (write new code) for every function in my App.

The problem arises if this third party SDK contains code designed to try and hack devices or introduce malware. This has actually happened and Apple has blocked Apps using certain SDKs that were stealing user data or trying to bypass App Tracking Transparency.

Allowing an App to modify its own code AFTER install is a major security/privacy risk.
Score: 9 Votes (Like | Disagree)