Why Some App Store Reviews Take an Hour and Others Take a Week
You submit a small bug-fix update on Monday. It's approved within four hours. Two weeks later you submit another small update — same app, same account, same everything — and it sits "Waiting for Review" for six days. What changed?
Nothing, as far as you can tell. And that's the frustrating truth about App Store review times in 2026: the variance is real, and most of what drives it isn't visible to you. This guide rounds up what the developer community has actually pieced together about the factors that affect per-submission review time — based on dev-forum threads, ex-Apple-reviewer claims, and observable patterns. It won't make you immune to a slow review, but it'll help you plan around it and tilt the odds in your favor.
The Variance Is Not in Your Head
A recurring pattern in developer forums looks like this: someone with a clean, 5-to-10-year-old app account reports that their monthly updates used to go through in hours. Then, starting sometime around January 2026, random submissions began waiting 5 to 7 days while others from the same account still clear in under an hour. No rejections in between. No changes in content. Just wildly inconsistent queue times.
A recent r/AppDevelopers thread captured this exactly. One developer publishing for 10 years described having almost always seen reviews within hours — then suddenly waiting 5+ days on two out of five recent updates. Another said reviews are randomly taking "from hours to several days or even weeks" with no discernible pattern.
This isn't a regional slowdown and it isn't about your app being flagged. It's queue variance. Understanding the signals that contribute to it lets you avoid a few unforced errors and test a couple of levers that sometimes help.
Factor 1: Account History
The single biggest claim from developers who've had inside visibility at Apple is that account history drives a lot of review-time variance. This came up explicitly in the thread above from a commenter who claimed 10 years at Apple Review:
"The reason your app is in review is because of your account history. Without even knowing what type of app you're doing, I can already tell that's the case if you've been waiting a week."
Apple has never published details, but the community pattern is consistent enough to take seriously:
- Accounts with recent rejections — especially multiple rejections on the same submission — tend to see slower reviews on the next submission, even if the eventual rejection was resolved.
- Newer accounts (less than 6 months old, fewer than 5 lifetime submissions) appear to go into a more cautious reviewer pipeline.
- Accounts with unresolved Resolution Center disputes or recent appeals seem to get flagged for additional scrutiny.
- Accounts that have had apps removed from the store — even for reasons long since fixed — carry a persistent signal.
What to do about it: you can't rewrite history, but you can stop adding to it. Don't submit half-broken builds hoping Apple won't notice ("I'll fix it in the next update"). Every rejection feeds the history signal. Similarly, don't open an Appeal or escalate unless you genuinely believe Apple is wrong — a closed-as-invalid dispute still counts as activity on your account.
Factor 2: Submission Frequency (The "Cadence Tax")
This one is more speculative, but shows up often enough to mention. Several developers in the r/AppDevelopers thread claimed they'd observed a pattern where more frequent submissions correlate with longer waits on each submission.
The theory, as articulated by one commenter claiming Apple-review background:
- An app that submits once every 2–3 months gets ~1–2 day reviews 96% of the time.
- An app that submits every month gets ~3–4 day reviews.
- An app submitting weekly gets even longer.
The suggested action: submit updates 1–3 times per year instead of monthly.
Our take: this advice is too aggressive for most apps. Weekly TestFlight pushes plus monthly App Store releases is a normal and healthy cadence, and throttling below that hurts your users more than occasional slow reviews hurt you. But it does suggest a practical compromise — batch small fixes together. If you have three trivial fixes you'd otherwise ship as three separate updates over three weeks, ship them as one update. You take one review hit instead of three.
It also suggests avoiding "one-line submissions" — updating only the version number or a single copy change — because each submission re-enters the review queue at full weight regardless of how trivial the delta is.
Factor 3: The In-App Events Trick
This one is the most concrete actionable tip from the thread, and we've seen it mentioned in other developer communities too:
"To speed up the app approval process, create In-App Events in App Store Connect and submit them 1–2 hours before sending the app for review. Also, keep the in-app event duration limited to a maximum of one day."
The reasoning (again, not confirmed by Apple): In-App Events go through a separate, faster reviewer pipeline than binary submissions. When you submit an event tied to your app, it can re-surface the entire app submission to a reviewer in that pipeline, effectively jumping the binary queue.
Caveats:
- It only works if you have a legitimate In-App Event to promote — a sale, a live session, a tournament, a new content drop. Apple rejects events that exist only to game review timing.
- It's anecdotal. Some developers report dramatic speedups, others see no effect.
- It costs nothing to try if you already have an event you'd submit anyway.
How to do it: in App Store Connect, go to your app → In-App Events → Create New Event. Fill in the event details (name, badge, image, dates). Submit the event 1–2 hours before you click Submit for Review on your app binary. Keep the event duration short (under 24 hours) so it doesn't linger as a review obligation.
This isn't a reliable trick, but it's free, and if the timing works out it can turn a 3-day review into a 6-hour review.
Factor 4: Category and Complexity
Even without account history, what your app does affects queue placement:
- Sensitive categories — Medical, Finance, Children 4+, gambling-adjacent — always go to specialist reviewers, who typically have smaller teams and longer queues. A simple bug fix on a medical app can still take 3–5 days.
- Apps using special entitlements — HealthKit, HomeKit, background location, VPN profiles, screen recording — get routed through reviewers trained on those APIs.
- Large binaries (>150 MB) take longer to process and test.
- Apps with recent user reports or complaints (e.g., a 1-star review wave flagging "scam") can trigger manual review even on a trivial update.
What to do about it: nothing — these are structural. But understanding them helps you set realistic expectations. If your app is in a sensitive category, plan for 3–5 day review times as the baseline, not 24 hours.
Factor 5: The Current Queue
Queue pressure is the one factor that's 100% outside your control. Review times in 2026 have been volatile because:
- AI-generated app submissions have surged (see our guide on the 2026 queue delays), increasing total volume.
- Apple has tightened scrutiny on AI-written content, spec-compliance, and "template apps" — slower per-submission review.
- Holiday and event windows (early December, late June post-WWDC, pre-September-keynote) always slow things down.
What to do about it: time your submissions. Monday and Tuesday mornings (US Pacific time) land at the start of the reviewer work week, with a fresher queue. Avoid submitting late Thursday or Friday US time — your app is likely to sit over the weekend with reduced staffing. Avoid the two weeks before WWDC, the week before the iPhone keynote, and the entire first half of December.
A Practical Submission Checklist
Based on the above, here's the set of things worth doing every time you submit — to tilt the variance in your favor without doing anything dishonest:
- Submit Monday or Tuesday morning US Pacific time if you have flexibility.
- Batch small fixes into one update instead of 3 back-to-back submissions.
- Make sure your build is genuinely clean — no broken login flows, no crashy permission prompts, no placeholder content. Rejections compound into account history.
- Fill in the App Review notes field with test credentials, a 2-line description of what changed, and any special instructions. Reviewers appreciate brevity — don't write an essay, but don't leave it blank.
- If you have a legitimate In-App Event to promote, submit it 1–2 hours before the binary.
- Double-check that your privacy policy URL is live, public, and matches your App Privacy declarations (see our privacy policy requirements guide).
- Don't resubmit or cancel a stuck review to "restart the queue" — it resets your position and makes things worse.
Common Misconceptions
"I should contact Apple Review to speed things up." Only after 5+ days in "Waiting for Review" or 72+ hours in "In Review". Earlier inquiries don't speed anything up and may signal urgency without cause. See what to do when your review is stuck for the right escalation path.
"Apple is punishing me for something." Almost certainly not. Review-time variance looks personal but is mostly queue mechanics and signal accumulation. Even accounts with perfect histories get occasional slow reviews.
"If I submit from a different developer account, I'll bypass history." Don't do this. Apple ties accounts to legal entities, payout info, device fingerprints, and App Store Connect access patterns. Submitting the same app from a sock-puppet account is grounds for termination of both accounts under Guideline 5.6.
"An expedited review request is a good backup." Only if you have a genuine business emergency — a critical bug causing data loss, a regulatory deadline, a time-locked launch event. Apple has gotten stricter about approving expedited reviews in 2026. Using one for general impatience uses up a credit you might need later. See our guide on how to request expedited review for criteria.
Monitor What Happens After Approval
Getting through the review queue is only half the battle. Once your update ships, the next question is whether users are happy with it — and that's where review monitoring earns its keep. AppStoreReview watches your app across 175+ countries and sends instant alerts when new reviews come in, so you catch regression reports the moment they surface instead of learning about them a week later.
Frequently Asked Questions
Why does the same app sometimes review in an hour and sometimes take a week?
Apple's review system weighs multiple signals per submission: account history, how recently you've submitted, the category you're in, the complexity of the changes, and current queue pressure. Two submissions from the same developer can land in very different buckets depending on which reviewer picks them up and what else is in the queue that day. The variance is real and not fully within your control.
Do more frequent updates actually slow down review times?
There's community speculation — including from developers who claim ex-Apple-reviewer experience — that apps submitting updates every week or two wait longer than apps that submit every 2–3 months. Apple has never confirmed this, and the pattern isn't consistent across all developers. If you're doing weekly TestFlight pushes and monthly App Store releases, you probably don't need to change anything.
Does submitting an In-App Event really speed up review?
Some developers report that submitting an In-App Event in App Store Connect 1–2 hours before the app binary review causes the binary to be reviewed faster, because the event goes through a separate reviewer pipeline that surfaces the submission. This is anecdotal, works for some people, and costs nothing to try if you already have a legitimate event to promote.
Is 'account history' a real factor in review times?
Developers with long-standing accounts and clean rejection histories do seem to get faster initial reviews on average. Apple has never published details, but the community pattern is consistent: accounts with recent rejections, appeals, or unresolved disputes often see longer waits on their next submission. Newer accounts (less than 6 months old) also tend to experience longer reviews.