Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test Flight Groups - How to send a build to a group?

Apple's announcemnt on TestFlight Groups says:

Organize your testers into groups to quickly send builds, provide separate instructions on where to focus, and apply an action to several testers at once in TestFlight

How do I do this? I have my groups set up, my build has been uploaded and passed Beta App Store review. But I can't figure out how to send the load to a specific group.

like image 674
Donna Avatar asked Mar 10 '15 18:03

Donna


People also ask

How do I submit a TestFlight build?

Navigate to My Apps/TestFlight and click on Add External Testers on the left sidebar. Give your group a name and click on Create. Select Builds on the top and click on the little plus icon underneath. Select your build and give the test information necessary for the review process.

How do I share my iOS build for testing?

You can useTestFlight to distribute iOS, tvOS, and watchOS beta builds to testers and collect feedback. If you want to distribute your app to registered devices, to beta testers using TestFlight, or through the App Store, you need to join the Apple Developer Program.

How do I send a TestFlight invitation?

Simply go to your app's TestFlight page, click an existing group, and click Enable Public Link. You can then copy the link and share it on social media, messaging platforms, email campaigns, and more.


2 Answers

It's somewhat misleading. You can only create a single list of testers for an app, and you send the build to those testers. If you want to change who gets it for the next build you send, you can modify the list, but you cannot send out multiple builds to different groups at once.

Groups only come into play as a filtering mechanism when you're adding external testers to the tester list for your app. So, if you have a group set up and you want to send a build to that group, you'd do this:

  1. Go to the Prerelease->External Testers tab
  2. Hit the plus sign by "Testers" and select "Add Existing Testers"
  3. Use the Groups dropdown to select the group you are interested in. This will filter your master list of testers
  4. Hit the top level checkbox to select everyone in the group and then press the Add button

My guess is that isn't what you were hoping to do, but that's all the 'Groups' functionality does for you - it's just a way to tag your testers. I only see it being helpful if you've got multiple apps with different sets of testers, and you want to be able to easily maintain the separate lists of testers.

like image 110
jeffro37 Avatar answered Oct 17 '22 11:10

jeffro37


Starting today, you can create different groups and manage different builds for each group. You just need to do the following:

1- Go to iTunes connect and select your app.

2- Hit the 'TestFlight' tab.

3- On the left menu, there's a 'New group' button.

This is the official apple message you will see when you go to TestFlight now:

What’s New in TestFlight

Multiple Build Support

TestFlight now lets you distribute and test multiple builds at the same time, so testers can choose from a number of builds to test.

Enhanced Groups

TestFlight groups have changed. You can now do more with them, like create groups of TestFlight users, and each group can test a different build. To get you started, we’ve added all of your existing external testers to the group “External Testers,” which you can edit at any time. If you previously created groups, learn how to use them with the new TestFlight features.

Improved Testing

Testers can continue testing a build when it goes live on the App Store, minimizing disruptions. iTunes Connect Users can also access all active builds, letting them seamlessly compare different builds.

like image 41
YYamil Avatar answered Oct 17 '22 11:10

YYamil