I’ve just built an aab bundle from expo, and I’m receiving this error when uploading the aab bundle onto the play store:
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: —MY SHA KEY HERE—
I checked my current sha key by executing this command:
expo fetch:android:hashes --config ./app.json
and the output in Google Certificate Fingerprint:
matches the key mentioned in play console.
What is wrong here?
One thing to note here is, I just updated my expo version from v37 to v40 in an incremental manner.