lopes710
lopes710

Reputation: 415

iOS Testflight manual distribution to testers groups

I'm using TestFlight for distribution of my app for 2 groups of internal testers. When I upload the build through Xcode and later it's shown in the app store connect, the invitations are already sent. I would like to change the automatic distribution to manual. The objective is to manual select on group of testers first and then add others later. Also to give me a chance to write the test details in the build before sending the invitations. Is this possible? I don't see the any option to change the type of distribution to manual when I upload the build to the app store connect. Thank you in advance.

Upvotes: 2

Views: 3519

Answers (2)

mrgnhnt96
mrgnhnt96

Reputation: 3945

For all external testing groups, you will need to provide a build manually each time

For internal groups you have the option for Automatic or Manual distribution via the Enable automatic distribution checkbox. You can select this option when you create the new internal group

app store connect new internal group

Note: This value cannot be changed after the group has been created.

Thankfully it is really easy to create new groups and add testers. Removing testers will not remove them from testflight, and adding them to a new group will not trigger a new email invitation (unless they have not accepted the original invite)

Upvotes: 8

Simon McLoughlin
Simon McLoughlin

Reputation: 8465

Builds are released automatically to groups under the "Internal Testing" section. Builds have to be released manually to the groups under "External Testing"

Anyone you don't want to access it immediately, simply move them to an External group. Note that there is a delay in external users getting access, as apps have to go through a smaller review process. It can take a few hours for the builds to go out (usually)

Upvotes: 2

Related Questions