I uploaded one Android App in Google Play Console. After some days I updated as well. Now after I bought a new laptop, so I installed Android Studio. I run the signing report to get SHA-1, because I wanted to add SHA-1 in Google APIs. After that I release the APK with same old .jks and same credentials[password & key alias].
Now when I try to upload as a update in Google Play Console then I'm getting this:
Upload failed
You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:
[ SHA1: E4:DC:C1:E9:E91..........:A0:EB:24 ]
and the certificate used to sign the APK you uploaded have fingerprint:
[ SHA1: 46:BC:09:BE:12......3:A4:34:EF ]
What I troubleshoot:
- Clean Build
- Invalidate cache and restart
- Tried with App Bundle and App release signed APK Signature V1 and V2
- Upgraded versionCode and versionName everytime I tried to upload in Google Play Console.
- Had a research and tried to understand others answers who having a same problem.
But No luck! Please help.