I have published a release build with release signature in the play store. Now I have to publish an update build so increased versionCode and versionName and used same release signature to create signed apk. I thought to test update feature manually before uploading apk in the play store but it throwing error
App not installed. An existing package by the same name with a conflicting signature
Google play is accepting same build, I have uploaded same build in the beta version and it's being update.
This seems strange things to me as earlier I have tested update manually many times
I would really appreciate if anyone provide clarity on this.
Thanks in Advance.
Edit For Manual Update test, Using below steps
- Installed application from google play
- Creating a release build with versionCode and versionName upgradation with same signing key used for previous version
- puting apk inside sdcard and trying to install/directly installing apk from Android studio.
The strange thing is same apk is being uploaded for update in google play and I'm able to update my application.
I would like to know is there any security added in latest version. I'm using SDK 26. Why manual update showing signature conflict error?