I tried to update my app at play Store but received the following msg
Upload failed
You uploaded an APK that is signed with a differentcertificate to your previous APKs.
You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):
I've do some search here and google. Results are mainly talking about using wrong keystore, key invalid or key is outdated.
So, I do the following
- Download the published apk from google play console
- keytool -list -printcert -jarfile published.apk
- keytool -list -keystore /xxx/xxx/xxx.keystore
Potential problem 1. Using wrong keystore / key 2. Key expired
Fingerprint from published.apk and the xxx.keystore are match Valid date of apk till 2044
Both potential problem 1 and 2 should not be a problem now.
Any idea? Am I missing something?