【Flutter】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:

2022/10/19 23:25

Warning

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: *************33

but the certificate used to sign the App Bundle you uploaded has fingerprint:

SHA1: ************3D

Reason

Once I uploaded an app to Play Store, and I abandoned it and created a new app on Play Store console. Several weeks later, I wanted to reuse this app ID and I uploaded another app to the abandoned app ID. It showed this warning message.

The root cause is that when I uploaded the app, Play Console created something like key to my app. If I upload another app, the key on Play Console can’t match the certificate.

Solution

Create a new app on Play Store. Because once you create an app and make it to published status, this app on Play Console can’t be deleted.

Leave a Reply

Back to top