App Store

    How long does App Store review take for a bug fix?

    App Store Connect submission status panel showing Waiting for Review and In Review states with timestamps illustrating the queue clock for a bug fix update

    Bug fix updates do not move through a fast lane at Apple. They sit in the same queue as new releases, and in 2026 that queue has been longer and less predictable than the year before. The clock starts at the moment you press Submit for Review, not at the moment a reviewer opens your build.

    Short answer

    The short answer is that bug fix updates in 2026 take 24 to 72 hours on average, with Apple stating that 90% of submissions complete review in under 24 hours according to Apple's App Review page. Crowd-sourced trackers like iOS App Review Wait Times and the App Store Review queue analysis show a wider spread in 2026, with regulated categories often pushing into the 3 to 7 day range. Expedited review, when granted, lands in roughly 4 to 12 hours.

    What you should know

    • Bug fix updates use the same queue as new app submissions. Apple does not run a separate fast lane for minor or critical fixes.
    • The 90% under 24 hours figure is Apple's official number. It covers all submission types, not bug fix updates specifically.
    • Submission volume has surged in 2026. Worldwide app releases in early 2026 reportedly rose roughly 60% to 80% year over year on iOS.
    • Expedited review is reserved for critical issues. A crash, data loss, or payment failure qualifies. A typo or layout tweak does not.
    • Each resubmission restarts the clock. The second review queues from zero, regardless of how short the prior wait was.
    • Apple does not publish category-specific review times. Numbers for finance, health, or AI apps are directional patterns reported by developers.

    What does Apple's 90% in under 24 hours figure actually cover?

    The short answer is that the figure is Apple's headline statistic and it covers every submission type pooled together. According to Apple's App Review page, 90% of submissions are reviewed in less than 24 hours. The page does not split the number by submission type, so the pool includes brand new apps, version updates, in-app purchase changes, and bug fix builds together.

    The figure has held since roughly 2019, when Apple first started publishing it. Apple has not revised it publicly in 2026, even as developer reports of slower review queues have accumulated. The 90% reading is best understood as a long-run average across all categories and regions; a single developer's experience in a single week may sit well outside it.

    What the figure does not say: it does not promise that any specific submission will be reviewed in under 24 hours, it does not split out the 10% tail that takes longer, and it does not address the queue delays that show up around iOS major release weeks or App Store policy update windows. Treat it as a baseline expectation, not a service-level commitment.

    How long do bug fix updates take in 2026 in practice?

    The short answer is 24 to 72 hours for most updates, with a long tail that runs to 7 days or beyond for builds in regulated categories. Crowd-sourced trackers like iOS App Review Wait Times and the App Store Review queue analysis report that wait times in 2026 have grown noticeably compared to 2023 and 2024, when most updates cleared in under 24 hours.

    A few patterns repeat across the reports developers share publicly. Standard utility apps, productivity tools, and games tend to land at the faster end, often in the 12 to 36 hour window. Finance, health, kids, and AI-related apps tend to land at the slower end, frequently waiting 3 to 5 days. Builds with new SDK additions, new permissions, or new in-app purchases trigger heavier inspection and sit longer than pure bug fixes that swap only existing logic.

    The 2026 slowdown has a likely cause that Apple has not formally named: a sharp rise in submission volume driven by AI-assisted coding tools. Industry trackers report worldwide app releases were up roughly 60% across both stores and roughly 80% on iOS in early 2026 compared with the same quarter a year earlier. The math is straightforward: more submissions through the same review capacity means longer waits per submission.

    When can you request expedited review for a bug fix?

    The short answer is when the bug is genuinely critical and you can document the impact on the version currently live on the App Store. Apple's expedited review form, linked from the App Review page, asks for the steps to reproduce the bug on the current shipping version, the user impact, and the reason the fix cannot wait for normal review.

    Reasons Apple has historically granted expedited review:

    • Crashes that affect a meaningful share of active users
    • Data loss bugs that delete user content without warning
    • Payment or subscription failures that block revenue
    • Security vulnerabilities in the live version
    • Regulatory deadlines that require an updated build by a specific date
    • Event-aligned releases where the calendar is fixed by external commitment

    Reasons Apple has historically declined:

    • Cosmetic or layout issues
    • Typos or copy changes
    • Minor UX improvements
    • Performance optimizations without a user-visible regression
    • A general wish to ship faster without a documented incident

    Developers in 2026 report that expedited approvals appear less frequent than in prior years, likely because the surge in submission volume has produced a parallel surge in expedited requests. Reserve the request for genuine incidents. Apple appears to track how often each Team ID requests expedited review, and the signal weakens when the well runs dry on non-urgent asks. When expedited review is granted, completion usually lands in 4 to 12 hours.

    What slows down a bug fix review the most?

    The short answer is the combination of build content, submission timing, and category. The biggest single accelerator is a clean, small diff against the previously approved version. The biggest single brake is anything that triggers a second pass by a human reviewer.

    TriggerTypical added delayWhy it adds time
    New permission in Info.plist1 to 3 daysReviewer manually tests the permission flow
    New SDK or framework1 to 4 daysApple cross-checks the SDK against the Privacy Manifest list
    First submission of an AI feature2 to 5 daysHeightened scrutiny for generative output safety
    Category change2 to 5 daysRe-categorization triggers full re-review
    Submission near a major iOS release1 to 3 daysQueue surge from compatibility update rushes
    Submission in a regulated category1 to 4 daysHealth, finance, kids face deeper inspection
    Resubmission after rejectionSame as originalQueue clock restarts from zero

    A bug fix build that touches none of the above usually clears review faster than a build that adds a new SDK to tidy something up. When the goal is the fastest possible turnaround, ship the bug fix alone and bundle the unrelated SDK change into a later release.

    How does the resubmission queue work after a rejection?

    The short answer is that the queue clock restarts when you resubmit. The previous review time does not carry over. According to Apple's documentation on managing submissions with unresolved issues, a submission with rejected items moves into Unresolved Issues status. You can either remove the rejected item or edit and resubmit it, but you can edit each item only once before resubmission.

    Two consequences follow. First, the practical time to ship a bug fix after a rejection is roughly twice the headline review time: one queue wait for the initial review, one queue wait for the resubmission. Second, a single careless resubmission can push the timeline further. If the second submission also fails, the third sits in the queue from zero again.

    Apple sometimes offers a path where reviewers find a non-blocking additional issue and let you ship the bug fix anyway, on the condition that the additional issue is addressed in the next submission. The offer arrives as a message in App Store Connect and only applies when there are no legal or safety concerns. Reply directly to the message to accept; do not ignore it, since the offer can be withdrawn if the submission is moved.

    What can you fix without a fresh App Review submission?

    The short answer is anything that lives on your server or inside an interpreted runtime that was already approved in the binary. Backend logic, server-side data, web content loaded inside a WebView, JavaScript pushed via an over-the-air update channel like CodePush or EAS Update, and remote configuration values all change without a fresh submission.

    What does require a submission: anything that modifies the compiled binary, anything that adds or removes a permission, anything that changes the bundle identifier, anything that adds or removes an SDK, and any user-facing primary purpose change. The line gets blurry around feature flags. A flag that toggles an existing feature on or off is usually fine to flip without resubmission; a flag that exposes a previously hidden code path is not.

    A practical workaround for time-sensitive fixes: structure your app so that critical text, copy, and minor configuration values come from a server you control. A typo in a user-facing string can then be corrected in minutes instead of days, without touching App Review.

    What to watch out for

    A few patterns regularly trip developers up when they think a bug fix should be quick.

    The first is assuming a bug fix is small because the diff is small. Apple measures the build's behaviour against the App Review Guidelines, not the size of the diff. A one-line code change that removes a permission may trigger a re-check of every screen that previously asked for it.

    The second is using expedited review for the wrong category of fix. Apple's expedited queue is finite and the signal degrades when a developer team requests it repeatedly for non-critical issues. Save it for genuine incidents.

    The third is bundling unrelated work into a bug fix release. A build that fixes a crash and adds a new analytics SDK is a feature release in reviewer eyes, and reviewers in 2026 are quick to flag SDKs that appeared without justification in the release notes.

    The myth worth rejecting outright: that Apple's review time depends on the developer's reputation, account history, or paid status. There is no documented evidence for this pattern. The factors that genuinely move review time are build content, category, submission timing, and queue load. Developer Program membership level does not change the queue.

    Key takeaways

    • Bug fix updates in 2026 generally clear App Review in 24 to 72 hours, with regulated categories often longer; the 90% under 24 hours figure from Apple is a pooled long-run average, not a per-build commitment.
    • Reserve the expedited review request for crashes, data loss, payment failures, and regulatory deadlines; submit with reproduction steps and a clear user impact note for the best chance of approval.
    • Plan for two queue cycles when a rejection is possible: build the cushion into the release date instead of relying on a quick second pass.
    • Ship the smallest possible diff for a bug fix and keep new SDKs, permissions, and features out of the same build to avoid triggering deeper review.
    • Some teams reduce the resubmission risk by running a pre-submission scan on the compiled IPA before pressing Submit for Review. Platforms focused specifically on pre-submission analysis aligned with OWASP MASVS, including PTKD.com (https://ptkd.com), flag issues like missing Privacy Manifest entries or hardcoded API keys that often surface late in App Review and force a second cycle.
    • #app store review
    • #bug fix update
    • #expedited review
    • #app store connect
    • #review timing
    • #resubmission

    Frequently asked questions

    Can I request an expedited review for a regular bug fix?
    Yes if the bug is critical, no for cosmetic or minor improvements. Apple's Contact Us form for expedited review asks for the bug reproduction steps on the live App Store version, the user impact, and why the fix cannot wait for normal review. Approvals are reportedly rarer in 2026 due to higher volume, so reserve the request for crashes, data loss, payment failures, or regulatory deadlines that affect a large share of your users.
    Why is my bug fix resubmission taking longer than the first review?
    A resubmission restarts the queue clock from zero, so the second review often takes as long as the first one, sometimes longer if the build now requires more thorough inspection. Reviewers also compare your resubmitted build against the rejection notes, which adds checks that a brand new submission would not face. Builds in finance, health, kids, and AI categories often see slower review on the second attempt.
    Does the day or time of submission affect review speed?
    Submission timing has a modest effect. Builds submitted late Friday or before a public holiday in Cupertino tend to sit longer because the on-call review pool is smaller. Submissions during a known surge, like the days before WWDC, iOS major release weeks, or December freeze windows, queue behind a larger pile. Mid-week submissions during normal business hours tend to clear fastest in 2026.
    What status messages should I watch in App Store Connect?
    The visible status moves through Waiting for Review, In Review, Pending Developer Release or Ready for Sale, and Rejected. Bug fix builds that linger more than 48 hours in Waiting for Review without entering In Review usually indicate a queue surge or an automated pre-check flag. A status of In Review for more than 24 hours often means a human reviewer is testing the build against a specific guideline.
    Can I push a JavaScript or backend bug fix without going through App Review?
    Yes for backend changes, server-side logic, and JavaScript bundles loaded by an in-app WebView or React Native over-the-air channel, since none of those modify the compiled binary. Apple's App Review Guidelines allow interpreted code under specific limits, provided the change does not alter the app's primary purpose or expose features that were not reviewed. Native fixes, permission changes, and any update to the IPA require a full submission and a full queue wait.

    Keep reading

    Scan your app in minutes

    Upload an APK, AAB, or IPA. PTKD returns an OWASP-aligned report with copy-paste fixes.

    Try PTKD free