I'm trying to use Crashlytics beta but everytime i'm trying to instal (via Beta app) i'm getting "App not installed"
In my device I have 1.0.0 installed from Play store After few changed in code I wanted to release 1.0.1 so I generated new apk using the SAME RELEASE KEY that the apk (1.0.0) in store generated from.
And I'm getting "App not installed" over and over again.
I downloaded the apk (1.0.0), installed via ADB and than i tried to install the latest apk (1.0.1) and getting:
INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.xyx.abcd signatures do not match the previously installed version; ignoring!
How can it be??? Thanks for the help