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:
TF_
convention)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.
This is possible but you have to create the different bundle ID for every running application!