How long does App Store review actually take?
Apple publishes exactly one number, and this page quotes it. Everything past that number — the day-of-week and seasonal charts below — is a model, labelled as one. Then: how a native Swift team can stop waiting on the queue for a bug fix.
Updated · Apple's figure re-checked against developer.apple.com/distribute/app-review.
Short answer: Apple states that “On average, 90% of submissions are reviewed in less than 24 hours.” That is the only review-time figure Apple publishes on its App Review page, and it is an average, not a guarantee for any single submission. Apple’s earlier App Review FAQ used different wording — “On average, 50% of apps are reviewed within 24 hours and 90% are reviewed within 48 hours” — which is why the older 48-hour figure still circulates. Apple publishes no breakdown by day, month or percentile.
What Apple actually publishes
Three sourced numbers. Each links to the Apple page it came from.
Review time by the day you submit — illustrative model, not Apple data
Modelled hours from submission to a decision, by weekday. Apple publishes no per-day figures.
Illustrative model, not Apple data. Apple does not publish review times by day of week. This chart shows the pattern developers commonly describe — mid-week submissions clearing faster than Friday and Saturday ones — scaled so weekdays sit under the 24-hour figure Apple does publish. Treat the shape as a rule of thumb and the hours as illustrative.
Review time over 12 months — illustrative model, not Apple data
Modelled hours in review per month, shaped by the September iOS-release window and the pre-holiday period. Apple publishes no monthly figures.
Illustrative model, not Apple data. Apple does not publish review times by month. The shape reflects when submission volume is widely reported to be highest — the September iOS-release window and the pre-holiday period — and the scale is anchored to Apple's published sub-24-hour figure outside those peaks. No trend over time is claimed: Apple has not published a time series.
Where your submission lands
Most submissions clear inside a day. The tail is real, and a single rejection sends you back to the end of the line.
Illustrative model, not Apple data. The first bar is Apple's own figure — “On average, 90% of submissions are reviewed in less than 24 hours” (Apple). Apple publishes no breakdown of the remaining 10%, so the three tail bars are a model, not a measurement.
Why App Store review takes as long as it does
Every submission — a brand-new app or a one-line bug fix — goes through App Review against the App Store Review Guidelines. Apple publishes the average outcome, not the mechanism, so what follows separates what Apple documents from what it does not.
What Apple documents. The average: “On average, 90% of submissions are reviewed in less than 24 hours.” The escape hatch: “You can request the review of your app to be expedited if you face extenuating circumstances, such as fixing a critical bug in your app or releasing your app to coincide with an event you're directly associated with.” And, for a critical bug, what to include: “include the steps to reproduce the bug on the current version of your app”.
What Apple does not document. Why the other 10% take longer, whether the day of the week matters, whether updates clear faster than new apps, and how much seasonal volume moves the queue. Those are common developer beliefs, not published facts, and this page does not present them as facts. What is certain is the shape of the cost: while a submission is in review, every hour is an hour your users keep hitting the bug.
The fastest review time is no review at all.
For native Swift iOS apps, you don't have to wait on the queue for every fix.
Patch ships your changed Swift over the air. You keep writing ordinary Swift and SwiftUI. The Patch CLI compiles just the parts of your code that changed to WebAssembly and ships them as a tiny patch; the on-device SDK runs that WebAssembly in the WasmKit runtime. Covered code updates go live in seconds, behind a staged rollout, and roll back across your whole fleet in one click — with zero App Store review.
It rests on Apple's interpreted-code provision. The Developer Program License Agreement §3.3.1(B) (formerly §3.3.2) permits an app to download and run interpreted code, as long as it doesn't change the app's primary purpose, create a storefront for other code, or bypass the OS sandbox and code signing. Patch meets all three — your signed App Store binary never changes, only the interpreted layer updates. It is the same basis CodePush, Expo EAS Update and Shorebird rely on for production React Native and Flutter apps.
Usually under a day. Sometimes not.
Submit, wait — Apple's average is under 24 hours, and roughly one in ten submissions falls outside it with no published explanation. A rejection means a resubmission and another trip through the queue while users keep hitting the bug.
No queue at all
Run patchcli release and a covered Swift change goes to devices without passing through App Review — behind a staged rollout, with instant fleet-wide rollback. Requires iOS 15 or later.
App Store review times, answered.
Apple publishes one figure: “On average, 90% of submissions are reviewed in less than 24 hours.” That is Apple’s own wording on its App Review page, and it is an average across all submissions rather than a promise about any one of them. Apple does not publish a median, a breakdown by day or month, or a figure for the slower tail, so the honest answer stops there. Apple’s earlier App Review FAQ, answered by an App Store Connect engineer in April 2020, used different wording: “On average, 50% of apps are reviewed within 24 hours and 90% are reviewed within 48 hours.” Plan a dated release with room for a rejection and a resubmission.
Apple does not publish review times by day, so there is no authoritative answer. Apple’s only published figure is that “On average, 90% of submissions are reviewed in less than 24 hours.” The day-of-week chart on this page is an illustrative model built by Patch — it shows the pattern developers commonly describe, mid-week submissions clearing faster than Friday and Saturday ones, and it is not Apple data. If a launch date matters, follow Apple’s own advice instead of timing the queue: “plan and schedule the release of your app in App Store Connect”, and leave room for a rejection and a resubmission.
Apple does not publish a review schedule, so Apple does not say. Submissions are accepted every day, and developers report decisions arriving at weekends. What Apple does document is what to do when timing is critical: “You can request the review of your app to be expedited if you face extenuating circumstances, such as fixing a critical bug in your app or releasing your app to coincide with an event you’re directly associated with.” For an event-linked release Apple recommends you “plan and schedule the release of your app in App Store Connect” rather than depend on review timing.
Apple does not publish a breakdown, so the causes of the slower tail are not documented. Apple states only that “On average, 90% of submissions are reviewed in less than 24 hours”, which leaves roughly one submission in ten outside that window with no published explanation. Apple’s guidance is about what to do rather than why it happened: request an expedited review for a critical bug, and “include the steps to reproduce the bug on the current version of your app”. Anything the page says beyond that — seasonal load, day of week — is a model, not a measurement.
For native Swift apps, Patch ships over-the-air code updates that do not go through App Store review. You keep writing ordinary Swift; the Patch CLI compiles the changed code to WebAssembly and delivers it as a patch that the PatchSDK runs on-device in WasmKit. Covered fixes and logic changes go live in seconds, with staged rollouts and instant fleet-wide rollback. It relies on the interpreted-code provision in Apple’s Developer Program License Agreement §3.3.1(B), formerly §3.3.2 — the same basis CodePush, Expo EAS Update and Shorebird rely on — and your signed App Store binary never changes. It requires iOS 15 or later.
No. Apple publishes one figure: “On average, 90% of submissions are reviewed in less than 24 hours.” The day-of-week chart, the monthly chart and the distribution bars on this page are an illustrative model built by Patch, scaled so that they agree with Apple’s figure rather than contradict it. They are not a measurement of Apple’s queue and they are not Apple data. Apple’s earlier App Review FAQ, answered by an App Store Connect engineer in April 2020, stated: “On average, 50% of apps are reviewed within 24 hours and 90% are reviewed within 48 hours.”
Sources
Every review-time figure quoted on this page comes from one of these Apple pages.
Stop waiting on the queue. Ship now.
Free to start. No App Store review. Instant rollback.