Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS : Testflight No build available for external testers

I am using testflight as a beta testing tool for my app. I have uploaded the build but invitation are successfully sent to the internal testers but no invitations are sent to external tester.

Below image shows both the groups has been invited This image shows both the groups has been invited

And this image shows that no build available for external testers This image shows no build available for external testers

Can anyone help me how I can get through with this?

like image 392
Hardik Amal Avatar asked Jun 25 '18 11:06

Hardik Amal


People also ask

Do I need UDID for TestFlight?

TestFlight do not require UDIDs any more. You can distribute apps with TestFlight without having the UDIDs of all those test devices. Just invite the testers by providing their email addresses. They will be able to join you.


1 Answers

External Testers can only test builds that have passed Apple’s Beta Review process (similar to the App Store Review process). Each new version of the App must go through this process, however subsequent builds for the same version will not require review once the initial review process succeeds.

Internal Testers do not have this limitation.

Since it’s not exactly obvious, you can trigger a TestFlight build to be submitted for the Beta App Review process by adding an external tester to the build. Doing so will immediately change the status to Waiting for Review, once Apple reviews the beta version of the app the status will change again and you’ll get an email saying it’s ready for testing, and the previously selected External Testers will be able to access the build.

like image 198
Beltalowda Avatar answered Sep 21 '22 17:09

Beltalowda