You are trying to set up a separate app for reports on the production environment and when using the same bundle ID you get the error message: "Please choose another bundle ID, this one already exist."
You need to create a different bundle ID for development and production builds. This is usually done with flavors on Android and with Build configurations on iOS.
You should have something like this: com.app.dev and com.app.prd for both iOS and Android apps.
If you have any other questions, don't hesitate to contact us through the Intercom bubble.
โ
Or even better, join our Slack Community and get in touch with our developers within a few minutes.