I’m trying to download the apk of a game of mine to test an upcoming update and the error mentinoed in the title shows up. This error never showed up before when trying to install apks and it’s still there despite changing the bundle version twice.
Seems that you’re trying to install apps signed by different keys (i.e. build signed with debug key and a build from Play Store), which is not supported. Try removing application from your device first.
Unfortunately deleting the app wasn’t a choice for what I wanted to test but I managed to fix it by running internal testing on Google Play instead
What if after deleting the app it still gives same error?
I tried to change packagename but still it gives same error. If I build without SDK it installs. But after integrating SDK, the apk doesn’t want to be installed showing the same error:
“App not installed as package conflicts with an existing package".
Do you have any idea regarding this issue?
my Unity version is Unity 6 (6000.0.33f1).
OS: Windows