I need to deploy apps to app store for each branch. I have DEV, PROD, Staging and UAT environments. Each has a separate branch. What i need to build and deploy each branch to separate app in app store.
The problem is I can only add a single app in app store connect. If i try to add again, it says 'already connected'.
Anyone knows any solution for branch based deployment to store??I couldn't find any articles mentioning these kind of scenarios.
Scenario
Single Repo
Dev Branch ---> Dev_App
Staging branch ---> Staging_App
I have separate apps in app store for each environment.