I got this error when I uploaded my app abb file on Google Play console, which builds react native expo, but I am facing this error again and again how can I solve this
I try to insert a new keystore but it shows me the same thing
Your Android App Bundle is signed with the wrong key.
Ensure that your App Bundle is signed with the correct signing key, and try again.
Your app bundle is expected to be signed with the certificate with fingerprint:
SHA1: E5:9A:50:AD:5E:95:42:EB:EE:1C:5A:88:AC:91:1A:7D:71:02:C7:DE
but the certificate used to sign the app bundle that you uploaded has fingerprint:
SHA1: 4C:EE:46:2F:4A:E7:CB:FC:C5:78:04:02:C9:2E:87:1E:D3:4B:90:51
I got this error when I uploaded my app abb file on Google Play console, which builds react native expo, but I am facing this error again and again how can I solve this
I try to insert a new keystore but it shows me the same thing
Your Android App Bundle is signed with the wrong key.
Ensure that your App Bundle is signed with the correct signing key, and try again.
Your app bundle is expected to be signed with the certificate with fingerprint:
SHA1: E5:9A:50:AD:5E:95:42:EB:EE:1C:5A:88:AC:91:1A:7D:71:02:C7:DE
but the certificate used to sign the app bundle that you uploaded has fingerprint:
SHA1: 4C:EE:46:2F:4A:E7:CB:FC:C5:78:04:02:C9:2E:87:1E:D3:4B:90:51
Share
Improve this question
edited Mar 6 at 21:10
Hilory
2,1677 gold badges14 silver badges30 bronze badges
asked Mar 6 at 5:10
Owais BhatOwais Bhat
1
1
|
1 Answer
Reset to default 0check if the key for the release aab file is correct or not via running,
keytool -list -v -keystore YOUR_KEYSTORE_PATH -alias YOUR_KEY_ALIAS
com.test.first
=>com.test.second
? – Thomasino73 Commented Mar 6 at 8:24