Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

To upload an Android App Bundle you must be enrolled in App Signing by Google Play

I am trying to update the existing version of my app from my play store developer account. When I am uploading the signed.aab file its saying that:

"To upload an Android App Bundle you must be enrolled in App Signing by Google Play."

I have also uploaded the private_key.pepk file on the app signing page. But its saying that

"The private key does not match the certificate we know for this app."

I have already checked the key alias and passwords. They are same as they were used in the previous version.

Can any one help me with that?

for more info:

Error While Uploading the .aab File

Error After uploading the private key

like image 451
Zia Ansari Avatar asked Nov 16 '22 03:11

Zia Ansari


1 Answers

  does not match the certificate we know for this app

The meaning of this line is that the certificate is the thing where we add firstname, last name, organisation, organisation unit, city, state and country code. This information must match with the information in the previous certificate.

like image 140
chinmay Bhadang Avatar answered Dec 06 '22 12:12

chinmay Bhadang