Signing an AAB file tutorial

Thanks @Point . I commented this because the keystone is the same to my kodular account for all my apps. After, alias is the same. So, the signing file to upload to Google appstore could be the same for all my apps. Am I right?

Each application has its own unique signature even if its Keystore is the same as other applications.
You can also see that Google provides an unique encrypted key:

1 Like

Since when has this become applicableā€¦

Excuse me if Iā€™m wrong, is that not true?

I canā€™t say as I donā€™t have GPlay account and thatā€™s why Iā€™m askingā€¦

Also @Point I see you have a second account @Point2 . Only one account is allowed in the community.

I know, I opened another account because I have another Kodular account for testing (because I do not want to flood my main account with useless projects).
So I accidentally sent it from the other account :sweat_smile:

Soā€¦ Iā€™m pretty sure thatā€™s true
(in AAB files)

Itā€™s applicable with Google Play App Signing, which is mandatory for AABs but optional for APKs.

1 Like

I know that is mandatory to sign with GPlay signing, but is it really different signature for each app

@Boban this is my same question. Is it necessary an unique signing file for each app or I can use the same one to sign all my apps??? It is the key question.

java -jar pepk.jar --keystore = C: \ Users \ Belsoft \ Downloads \ android.keystore --alias = androidkey --output = C: \ Users \ Belsoft \ Desktop \ Apps \ Appnew.keystore.zip --include -cert --encryptionkey = xxxxxxxx
Thanks for posting this great tutorial. You can successfully sign kodular android.keystore. I uploaded the zip file that gives me the signature made on my Google Play console when I upload my ABB to the console. This alert message tells me ā€œYour Android App Bundle has an invalid signature. Please reload it with a valid signature.ā€ Am I failing a procedure?
The tutorial is correct the error that caused that message is the bad modification that I made in AndroidManifes

1 Like

I am unable to see step 3 after step 2. It is asking me to provide aab file, that things not coming as shown in your screenshot.

What rectification you made?

Can you provide a screenshot of what you see?

![Screenshot_2021-09-

The application appears to be signed

1 Like

Here in this guide I recorded myself

Hello, when it asks me for the password the cmd does not let me write

in that part when I try to write it does not work, what is the error?