Feature Branches => TestFlight

Hi everyone,

I would like to set up Bitrise to fit the following workflow:

  1. A mobile developer works on a feature on the branch feature/X
  2. The mobile dev opens a pull request
  3. A TestFlight for that feature is shipped to the product manager and QA people for review
  4. Once the code review and QA have been done, the branch gets merged and the TestFlight app or version gets cleaned up.
  5. more developers working on other features can also ship their own feature TestFlight without stepping on each others feet (ideally there could be N different version in test at the same time).

Is this something easy to set up with Bitrise? Does anyone have links to the docs to do it?

Hi! Our “Deploy to iTunes Connect” step allows you to push binaries to TestFlight. Documentation here: https://devcenter.bitrise.io/deploy/ios-deploy/deploying-an-ios-app-to-itunes-connect/

Instead of using testflight, you could use the Slack integration. By setting up a slack webhook, once the build is completed it will send a message to a Slack channel of your choice with the installation page.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.