Search code examples
iostestflight

AppStore release of iOS app and its multiple Testflight builds on the same device


I wonder if there is a practice of doing some tweaks on a configuration of development Testflight builds of iOS apps that makes possible having all the builds (including main current App's build obtained from AppStore) live on the same device.

For example, what config parameters should I operate on to have: MyApp (AppStore build), MyApp_TF_234, MyApp_TF_237, ... builds live on my device without any conflicts:

  • No need to remove AppStore version of my app to see any TF build (that is why different names TF_ convention)
  • MyApp should still be treated as one and the same app by TF.

This presentation describes something very similar to what I am asking here about, the difference is that I want to achieve this "multiple builds on the same device" with minimum steps to have it working with TF.


Solution

  • This is possible but you have to create the different bundle ID for every running application!