Hi,
I have this small app I’ve uploaded to Google Play some time ago. I’ve updated it once since then and I now I want to do a new update.
The problem is that when I try to upload the new .apk it gives me the following error:
Upload failed
You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):
[ SHA1: 95:73:4A:C9:B0:3A:D5:CD:7F:8B:77:C9:B5:91:A6:70:15:2C:C9:B9 ]
and the certificate(s) used to sign the APK you uploaded have fingerprint(s):
[ SHA1: D6:87:40:FE:84:E9:EE:81:EC:B9:83:0A:33:24:C5:CF:9D:AF:A5:89 ]
Now… I understand this has something to do with signing the app. The thing is I never signed it in the first place. I left everything as it comes by default and never created a keystore.
Does unity automatically create a keystore for you and signs the app? If yes, where can I find the keystore and how can I use the same keystore with this new update?
Thank you!