Support multiple App Action groups for single bundle identfier
Is your feature request related to a problem? Please describe.
Our app uses multiple different environments, production, QA and staging. We want to define deep links for each environment in Rocket Sim, to group them logically we want to create a Group for each environment. Currently when we do this Rocket Sim asks that we select a Bundle Id, when we do this it says we can only use one bundle id per group.
Can we remove this limitation as it assumes that all teams use multiple app ids and build configurations to target different environments?
Describe the solution you'd like
To remove the limitation of one bundle id per group we can use groups to group deep links by environment logically.
Describe alternatives you've considered Duplicating all the app action rules and adding a prefix or suffixing to all the titles to denote the environment.
Additional context Our approach is that any app debug or store build type can be overridden to use a test environment. We have a simple Companion app (internal) that allows us to target a specific environmental configuration for our main app.
@cameroncooke thanks for reporting in! This is quite a challenge for me to find a proper solution for. How do I know which app actions I should show?
If I understand correctly, your apps will have the same bundle identifier, but a different app group should show up based on the current environment. Is that correct?