eas submit — The Android App Bundle was signed with the wrong key

I ran

keytool -list -v -keystore new-from-localhost.jks

And got

Enter keystore password:
Keystore type: PKCS12
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: upload
Creation date: 29 Sep 2022
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
Issuer: CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
Serial number: 204a8b97
Valid from: Thu Sep 29 17:44:48 CEST 2022 until: Mon Sep 23 17:44:48 CEST 2047
Certificate fingerprints:
	 SHA1: C3:E7:8D:6F:09:E0:74:4D:C1:DE:C5:5A:8E:39:CC:1B:XX:XX:XX:XX
	 SHA256: 69:E5:67:96:5E:A1:4D:BD:7C:E6:4D:9A:B9:B5:63:B1:F3:99:1A:06:8F:71:C8:A0:A1:75:28:XX:XX:XX:XX:XX
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

It seems yes, here is the output

I successfully uploaded it to Expo —with the web UI

After that, I ran :

keytool -export -rfc -alias upload -file new-from-localhost-converted-upload_certificate.pem -keystore converted.jks

to get another new-from-localhost-converted-upload_certificate.pem

And sent the key to Google

:hourglass_flowing_sand: Now let’s wait couple of days :sweat_smile: