We are working on a mobile first hybrid application , we have multiple environments DEV, QA , STAGING and PROD. While this application is being tested on Android/iPhone devices, our testers some times needs to install apks/ipa files for multiple environments (DEV/QA for example) at the same time . Now What we are doing is we uninstall the DEV version before installing the QA version.
What is the best option to install both DEV/QA applications on the same device at a time.
One option is to rename the application for different environments as say app-DEV , app-QA as a part of the build process. Is this the best option . If yes what are the files we need to make this name change. Any better option
To have multiple versions of one app installed on one device they all need to have different package name. Check this question to learn how to change it