Search code examples
iosswiftxcodeapp-store-connecttestflight

How to create many build in Testflight for internal testers


I have an app that shows info about a company using companyId.

Since we are in a testing stage, the companyId is still hardcoded in app.

Now my client wants to have 4 builds (different company each).


What I've done in Testflight:

I have uploaded an app with different Build numbers (Build: 1,Build: 2,Build: 3 ,Build: 4)

Result:

Only Build 4 (the last uploaded) is received in their email :(

How can I make them received all builds in Testflight?


Solution

  • You have to explain to them how to install previous builds like so: -

    1. Open TestFlight app
    2. Scroll to Information part.
    3. Click Previous Builds
    4. Click the desired version.
    5. Lastly, click install the desired build number.

    NB: You have to send a separate email explaining the process and give them version numbers and build numbers you wish them to install.