The App Builder ReportHonest research on AI app builders

From Prompt to App Store: The Whole Publishing Process (2026)

Quick answer

Publishing an AI-built app costs $99/year for the Apple Developer Program plus $25 once for Google Play. Apple review typically takes 24 to 48 hours. Review tightened in 2026 and AI-built apps are rejected disproportionately, most often for crashing during testing or failing Apple's minimum functionality rule. Budget for one rejection.

The five rejections that catch AI-built apps most often.
Affiliate disclosure — this article links to an AI app builder using an affiliate link, and we may earn a commission if you sign up. Everything about Apple's process applies regardless of which tool you use.

Most content about AI app builders stops at "look, it made an app." That's the easy half. The half that actually determines whether you ever ship is Apple's review process, and in 2026 it got noticeably harder — specifically for apps built the way you're about to build yours.

This covers the whole path, including the parts that go wrong.


What it costs before you start

Item Cost Notes
Apple Developer Program $99/year Recurring. Your app is removed from sale if you stop paying.
Google Play Developer $25 one-time Cheaper and simpler than Apple.
Your AI builder $0–200/mo Free tiers generally can't publish.
Domain for privacy policy ~$12/year Apple requires a hosted privacy policy URL.

Total realistic first-year cost: $150–500 depending on tier and how long you subscribe.

The $99 catches people out most often. It isn't optional, it isn't waived for individuals, and you can't submit without it.


The part that changed in 2026

Here's what makes this worth reading rather than skipping to the checklist.

App stores are dealing with a flood of hastily-built submissions, and they've responded by tightening review. More manual checks, higher rejection rates, and — in the words of one 2026 analysis — apps that would have passed a year ago are now getting rejected.

AI-generated apps are disproportionately affected, for a specific and fair reason: they tend to look polished on the surface and break in real-world conditions. A reviewer doesn't tap through the happy path you demoed. They rotate the device, kill the network, submit an empty form, and paste 500 characters into a field expecting 20.

This is sometimes called the false confidence problem — the app appears finished because the screens look finished. The gap between "looks done" and "is done" is exactly what review exists to catch, and AI builders are very good at producing the first and indifferent to the second.

Practical consequence: budget for one rejection. A rejection resets the review clock. Two rejections can turn a three-day launch into three weeks.


Review timelines

Plan your launch date with a week of slack. Not because review takes a week, but because a rejection plus a fix plus a resubmission does.


The full sequence

1. Build something that survives being poked

Before you think about submission, deliberately try to break your own app:

Every one of those is something a reviewer will do. Each is a rejection if it crashes.

2. Enrol in the Apple Developer Program

At developer.apple.com. $99/year. Enrolment as an individual is usually approved within 24–48 hours. Enrolling as a company requires a D-U-N-S number, which is free but can take up to two weeks — start early if you're going that route.

3. Write a privacy policy and host it

Apple requires a publicly accessible privacy policy URL. It must accurately describe what data you collect. If your app collects nothing, say that explicitly — "we collect no personal data" is a valid privacy policy and a much easier one to defend than a generic template claiming things your app doesn't do.

4. Complete the privacy nutrition label

In App Store Connect you declare exactly what data you collect and how it's used. Inconsistency between this and your actual app is a common rejection. If your builder added analytics you didn't ask for, you're declaring that too — check what's actually in the code you shipped.

5. Prepare your store listing

Screenshots must show your actual app. Mockups showing features that don't exist are rejected under misleading metadata.

6. Build and upload

This is where tools diverge sharply:

7. Provide demo credentials

If your app has a login, you must give the reviewer a working test account. There's a field for it in App Store Connect.

This is one of the most common and most avoidable rejections in existence. The reviewer hits a login wall, can't get in, rejects the app. Make sure the account works and won't expire mid-review.

8. Submit, then wait

Status moves: Waiting for ReviewIn ReviewPending Developer Release or Rejected.


The rejections that catch AI-built apps

Ranked by how often they bite this category specifically:

1. Crashes and unresponsive screens. The reviewer found an edge case you didn't. The single most common rejection, and the one AI-built apps hit hardest.

2. Minimum functionality (Guideline 4.2). Apple rejects apps that are too thin — a repackaged website, a single static screen, something a web page does equally well. If your app is a list of text with no interactivity, it's at risk. This is the one that catches "I built an app in 20 minutes" projects.

3. Missing or broken demo credentials. Entirely preventable.

4. Privacy label mismatches. What you declared doesn't match what the app does.

5. Misleading metadata. Screenshots showing features that don't exist.

6. Incomplete payment implementation. If you sell digital goods, Apple requires in-app purchase. Routing users to an external payment page for digital content is a rejection.

7. Missing privacy policy or a URL that 404s.


If you get rejected

Don't panic and don't resubmit blindly.

  1. Read the actual message in App Store Connect's Resolution Center. It cites a specific guideline number. That number tells you precisely what's wrong.
  2. Ask for clarification if it's genuinely ambiguous. You can reply in Resolution Center. Reviewers respond, and being polite and specific works better than arguing.
  3. Fix it properly rather than fastest. A second rejection for the same issue is worse than a slower fix.
  4. You can appeal if you believe the rejection is wrong. Sometimes it is. Appeals take longer but do succeed.

Roughly speaking: a first-time submission of a straightforward, well-tested app has a decent chance of passing first time. An AI-built app submitted without the edge-case testing above has a considerably worse one.


Google Play, briefly

Cheaper, faster, more forgiving. $25 one-time. Reviews complete in hours to days.

Two catches: new developer accounts face extra scrutiny, and Google requires closed testing with a minimum number of testers over a set period before some new personal developer accounts can publish publicly. Check the current requirement before you plan a launch date, since it has changed more than once.


Realistic timeline

Stage Time
Build a first version Days to weeks
Edge-case testing and fixes 2–5 days
Apple Developer enrolment 1–2 days (individual), up to 2 weeks (company)
Store listing and screenshots Half a day
Review 1–3 days
One rejection cycle, if it happens +3–7 days
Total, realistically 2–5 weeks from finished app to live listing

Anyone promising "your app on the App Store this afternoon" is describing the build, not the publish.


Which builders actually get you there

If publishing matters to you, that should drive the tool choice more than output quality:

Tool Publishing path Suits
Rork Built in Non-technical users who want it handled
Bolt.new EAS CLI commands Semi-technical users
FlutterFlow One-click Those willing to learn a real tool
Lovable / v0 Not possible Web projects only

Full comparison with verified pricing: the full 8-tool comparison chart What the same app would cost built professionally: the app cost calculator

Try Rork's free tier → Rorkaffiliate link, we may earn a commission. Note the free tier can't publish; you need a paid tier for App Store submission.


FAQ

Do I really need the $99 Apple Developer Program? Yes. There's no free path to the public App Store.

How long does App Store review take? Typically 24–48 hours, up to 72 for a first submission. Slower in September and December.

Can I publish an AI-generated app to the App Store? Yes. Apple doesn't care how the code was written — it cares whether the app works, is complete, and follows the guidelines. The tighter scrutiny in 2026 is about quality, not authorship.

What's the most common rejection? Crashes and unresponsive screens found during review, followed by missing demo credentials.

Can I put a website in the App Store as an app? Generally no. Guideline 4.2 exists specifically to reject apps that are repackaged websites.

Do I need an Android version too? No. Many apps launch iOS-first. Google Play is cheaper if you want both.


Sources