Crashlytics Beta build for Android will not install if production build exists: 'The package conflicts with an existing package by the same name'

Viewed 2555

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?

2 Answers
Related