Our app has two targets, with separate Bundle Ids for the production and staging app:
com.myCompany.production
com.myCompany.staging
We have used TestFlight to test our app internally, but only at the later stages - we were testing com.myCompany.production
app, whose API calls were hitting the production server.
Now we want to test earlier in the process, we want our internal users to test the com.myCompany.staging
app.
Is creating a new app on iTunes Connect the only way to do this? I'm just concerned that I will be creating a 'fake' app which will never be released. What is the recommeneded way to do this?