Android Question Keystore issues

Kevin Hartin

Active Member
Licensed User
I have to release a new update to my main app and when I try to upload the AAB file I get the following error
1680832257487.png

I have scoured the many keystore related posts and have no idea how to rectify this. I have a recently generated keystore file and some old ones that refuse to load up.

Also on the Play store I do not have the Manage App Signing option as per one of the posts
1680833852987.png

Any assistance is much appreciated as I have a new release that has to go up ASAP.

Thanks,
Kev
 

Shelby

Well-Known Member
Licensed User
Try this search in the search box above: "google play signkey"
Notice the Erel post (3/7/21) explaining some of the particulars.
 
Upvote 0

Kevin Hartin

Active Member
Licensed User
Try this search in the search box above: "google play signkey"
Notice the Erel post (3/7/21) explaining some of the particulars.
Thats one of the posts I have scoured looking for an answer.

I've never gone through that process with any of the Apps I put up on Google Play, as I have always opted for Google to manage the
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
The Error simply means you are using different Keystore (Signing file).
Check and change your Keystore file to the actual one previously used to sign this app.

Here is how to verify.
After you added your keystore, Goto TOOLS=>PRIVATE SIGN KEYS

You will see the signature (SHA1) of the keystore and make sure it matches what google is telling you, you used (F8:86:.............98:31)
 
Upvote 0
Top