TestFlight "waiting for review"
Asked Answered
S

3

20

For my React Native app, I've pushed many builds to TestFlight in the past with no problems. I recently submitted my first actual build to the app store, and now when I'm trying to submit a new build to TestFlight, instead of going into "Testing" mode, it goes into "Waiting for review" and nothing happens. Does anyone know what I should do here? It didn't send out any invites to any of my testers or anything, and it's now been a few hours that it's been hanging in "Waiting for review" mode.

Squama answered 22/10, 2020 at 19:17 Comment(0)
A
25

Waiting for review means that apple team will review your app before allowing you to submit on TestFlight for public testing. It will take around 24~48 hours for them to review your app. After if your app is approved, you can submit on TestFlight and create public link for anyone with the link as tester.

Adalai answered 23/10, 2020 at 5:25 Comment(0)
A
15

Did you increase your application version number? When you deploy to TestFlight the same version number but with a higher build number, it goes directly to Testing. However I noticed that changing the version number triggers a new Waiting for Review from Apple, before going into Testing

Alanaalanah answered 20/2, 2023 at 10:44 Comment(2)
This was a great tip! I had this same issue and with this I just created a new build for an older version to fool the process a bit :)Disafforest
Thanks for the help! I tried by uploading same version and change only build number and its got approved immediately.Libya
R
2

I empirically noticed the same as @MariaUngur. Apple formalised this behaviour in its documentation.

https://developer.apple.com/help/app-store-connect/test-a-beta-version/testflight-overview/

Step 3: Invite internal and external testers

Create groups for testers, then assign specific builds to them. After you've added builds to a group, you can add external testers (up to 10,000 people) and internal testers (up to 100 App Store Connect users with access to your content) to test your app. If you invite external testers, your beta build may require review. When you add the first build of your app to a group, the build gets sent to App Review to make sure it follows the App Review Guidelines. A review is only required for the first build of a version and subsequent builds may not need a full review. Testing can begin once a build is approved.

Richel answered 6/4, 2024 at 14:40 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.