A team uploads a build, picks the external group, and the status sits on Waiting for Beta Review while the calendar moves past three days. In 2026 that pattern is common enough that planning a public TestFlight invite by the hour no longer matches what Apple is shipping.
Short answer
In 2026, external TestFlight builds are clearing Beta App Review in roughly two to seven days for many submissions, with AI features, payment SDKs, and new permission strings pushing the wait further. Apple's TestFlight overview still says only the first build of each new version needs review, and the Apple Developer Forums thread on unusually long review waits shows queues stretching multi-day during this backlog window.
What you should know
- Only the first build of a new version goes through Beta App Review. Later builds in the same version usually appear for external testers without another review.
- Internal and external paths are separate. Internal builds skip Beta App Review entirely and surface within minutes of processing for the 100 App Store Connect users on the team.
- The 2026 backlog is uneven. Many builds clear in hours, while AI features, new tracking SDKs, and apps in regulated categories sit longer.
- Re-uploading the same binary does not jump the queue. Pulling and resubmitting resets position and can burn through the daily build cap.
- Six new builds per app per 24 hours is the documented ceiling. Only one build per version can sit in Beta App Review at a time.
- An expedited request is the correct escalation when the delay carries a real business cost. Apple grants them selectively, and overuse closes the door.
Why is TestFlight external review taking days in 2026?
The short answer is queue volume meets stricter review on a slice of apps. The Runway review-time tracker reported a Waiting for Beta Review average of 7 hours 41 minutes and an In Beta Review average of 1 hour 37 minutes as of May 12, 2025, which set the baseline a year ago. Through late 2025 and into 2026, developers on the Apple Developer Forums began reporting Waiting for Review of 10 days, 15 calendar days, and in one case almost a month before a reviewer picked up the submission.
Two pressures compound. First, the queue itself looks larger: builds keep flowing in, and Apple has not signaled a corresponding increase in throughput. Second, the rise in AI-feature apps is documented in App Review's own focus areas, and builds that ship AI-generated content tend to draw more attention. That second pressure is observed, not officially confirmed: Apple does not publish the criteria its automated layer uses to escalate to human review. Treat the AI-workload pattern as directional, based on patterns reported by developers.
How long is approved actually taking right now?
For typical builds without unusual SDK changes, two business days is a reasonable planning number in 2026. For builds with anything reviewers slow down on, expect three to seven days, with outliers running longer. The forum thread on long review waits cites apps submitted in February 2026 that were still Waiting for Review more than two weeks later, and Michael Tsai's running coverage of slow TestFlight reviews documents independent developer reports of 2+ day waits across iOS and macOS.
Three states matter in App Store Connect for an external build:
- Processing. Usually under an hour. The binary is being unpacked, indexed, and checked for basic validity.
- Waiting for Beta Review. The build is in queue. This is where the 2026 wait is concentrated.
- In Beta Review. A reviewer is actually looking. This phase has stayed short, often under two hours.
The takeaway is that nearly all of the new delay sits in the Waiting state, not the In Review state. A build that has just moved into In Beta Review is usually close to a decision.
What pushes a TestFlight build into the longer queue?
A handful of signals appear to trigger extra scrutiny. None are confirmed by Apple, but the pattern in developer reports is consistent enough to plan around.
- AI-generated content or chat surfaces. Apps that produce text, images, or audio with a model often draw more attention, especially when there is no visible moderation layer.
- New tracking SDKs and App Tracking Transparency surfaces. Adding a tracker that prompts the user usually triggers re-review.
- New permission requests with fresh Purpose Strings. A new entry in
NSXxxUsageDescriptionkeys can move a build back into queue even on a same-version build. - Privacy Manifest changes. SDK additions on Apple's published list can require a
PrivacyInfo.xcprivacyupdate; missing entries can stall review. - Builders that ship debug payloads. Apps exported from FlutterFlow, Bubble, Lovable, or Rork sometimes carry staging URLs and console logs that read to a reviewer as not finished.
For builds that include any of the above, the practical rule is to submit earlier in the week and avoid uploading anything else on top until the first build either approves or is rejected.
What should you do while Waiting for Beta Review?
The honest answer is mostly nothing. Pulling the build and resubmitting does not push position, and it counts against the cap of six new builds per app per 24 hours documented in the TestFlight external tester help page. A few actions are worth taking quietly:
- Confirm the build processed cleanly. If processing finished and the version is sitting on Waiting for Beta Review, no email is on the way until the state changes.
- Verify the export compliance answer is recorded. A missing answer can hold a build in a state that looks like queue but is actually waiting on the developer.
- Set up internal testing in parallel. Internal groups bypass Beta App Review entirely and let the team keep testing while the external queue moves.
- Avoid changing the version number or Bundle ID. Both will force a new first-build review and reset the clock.
When is an expedited review the right call?
Expedited review for TestFlight exists, and it does get granted, but Apple weighs each request. The right cases are concrete: a user-facing security fix, a partner demo with a fixed date, a compliance deadline that affects a live launch. The wrong cases are nervousness and promises already made to testers. The form lives in App Store Connect under Contact Us, and the justification field is read by a human. Be specific about the date, the impact, and what was already tried.
For builders submitting from no-code platforms, expedited requests carry the same rules. There is no separate queue for FlutterFlow or Bubble exports, and the App Review Guidelines apply identically.
How do internal and external paths compare today?
| Path | Beta App Review | Time to testers (typical 2026) | Max testers per app | Notes |
|---|---|---|---|---|
| Internal only | No | Minutes after processing | 100 App Store Connect users | Debug menus and staging URLs allowed; not for public testing. |
| External, first build of version | Yes | 2 to 7 days | 10,000 invitees | The bottleneck in 2026. |
| External, subsequent build same version | Usually no | Often under 1 hour after processing | 10,000 invitees | Re-review can fire on permission, tracking, or SDK changes. |
| Expedited external | Yes, prioritized | Hours to 1 day | 10,000 invitees | Reserved for genuine deadlines or fixes. |
The pattern is simple: keep all rough work in internal-only builds, and treat external submission as a deliberate gate rather than a daily reflex.
What to watch out for
A few myths are circulating in 2026 that are worth pushing back on.
- Resubmitting moves you up the queue. It does not. Apple's TestFlight overview does not describe queue-jumping, and developer reports show position resets, not gains.
- AI apps are auto-rejected. Untrue. They are reviewed; many ship cleanly. The pattern in 2026 is longer queue time, not categorical rejection.
- Only the first version of an app needs Beta App Review. This is a wrong reading. The first build of each new version needs review, not just the first build of the entire app.
- Bumping to 1.0.1 and re-uploading helps. It does not. Version churn during a backlog often creates new first-build reviews back to back.
For teams that want to know whether the build itself is the holdup, scanning the compiled IPA before submission catches the kinds of issues that surface as reviewer questions later: missing Privacy Manifest entries for SDKs on Apple's published list, hard-coded keys, undeclared permissions, or insecure network configurations. For builders who want an external automated read of their build aligned with OWASP MASVS, PTKD.com (https://ptkd.com) is one of the platforms focused specifically on pre-submission scanning for no-code and AI-coded apps.
Key takeaways
- In 2026, plan external TestFlight on a multi-day clock, not an hours clock. Two to seven days is a reasonable window for a new version.
- AI features, new permission Purpose Strings, tracking SDKs, and Privacy Manifest updates extend the wait. Submit them earlier in the week.
- Internal testing skips Beta App Review entirely and is the right channel for daily iteration during the queue.
- Expedited review is real but selective. Save it for deadlines that cost money or trust.
- Some teams outsource the pre-submission read of their build to platforms like PTKD.com (https://ptkd.com) so that the questions a reviewer might ask are answered before the build enters the queue.




