EKRAMUL
EKRAMUL

Reputation: 431

What are the way to clean flutter project, I have tried all the below ways but having same issue and unable to upload in Play console

enter image description hereI am uploading with correct signin key, few time I cleaned with

flutter clean

From android studio - clean project

Invalidate Caches

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:enter image description here

enter image description here/MO2Pu.png

Upvotes: 0

Views: 327

Answers (1)

YaDev
YaDev

Reputation: 43

You're signing a newer release with a different key as in regards to an older one. There are only two fixes. Either find your old keystore and sign this release with it too. Or contact Playconsole in regards to a forgotten key and the new key that you want to use, this way you'll be able to upload this new one with this new key.

Upvotes: 1

Related Questions