How to handle multiple environments for a mobile app? (stackoverflow.com)stack
11 points by Cocowalla in stackoverflow.com · 7y ago · stack
Consider an enterprise mobile app available for both Android and iOS, with build and release pipelines. What I'm trying to achieve is a promotional model for the release pipeline, such that the app binaries are built only one time in a build pipeline, and are then promoted throu…