After uploading a new build to Crashlytics Beta, users are not able to install
Here's what's happening:
- User receives an email notification with the latest build
- Taps "Check it out", which opens Beta by Crashlytics
- Clicking "Install Update" results in an error "App not installed". There are no additional details
This is happening on both Samsung S8, Android 8.0.0 and Pixel 2, Android 9
I tried uninstalling the existing app on the phone but it didn't make a difference.
I had got this problem too. In my case one of the resources file was in main and release directory (src->main and src->release). Then I moved it from main to debug (src->debug) and build from Beta began to install successfully. It's important that all files wasn't spoiled and was in right places.