I want to separate my app by environments on my device (so I can have staging and production simultaneously).
I have created a new staging bundle id so I can do this.
The problem I am facing now is my Apple-specific capabilities are failing on the new bundle id.
The two items I am testing are Apple Sign-In and Apple In-App Purchase.
Is there a specific webhook or place to handle the bundle id change per environment?