Our team distributes beta build through Crashlytics and most of us have the production build installed on our phones. We aren't able to install the beta build without removing the production app. (Both builds have different applicationId, as in:
prod: com.abc
beta: com.abc.beta)
We tried using the same keystore (as production) and also a different one to sign the beta build, but it doesn't change anything.
Is there a way to install both beta and production builds on the same device?