So I have an React Native iOS app where I am successfully able to push my latest changes with the command:
code-push release-react Laybium ios -m --description "Modified code"
When I reload the app on my phone the new code is immediately used. What I don't understand is why there is a Production
environment? Is there a way for me to push my changes to a subset of iPhones in the Staging
environment?
If not then if I do code-push promote Laybium Staging Production
what's the point if the newest code is already on all of the iPhones' with the app?
I understand the need for a Production
environment if there is a way for me to push my Staging
changes to a specific set of iPhones but I can't find any documentation for how to do this.