This subject is driving me nuts. I have downloaded the keystore.org tool; I have made a personal information exchange from that download, but I can't see what to do on the google play console in relation to that keystore item which I'll show in an image herein. How do I make the keystore for uploading to Google Play update from the little thing (b4a with a key image on the icon) named the b4a in the image here? I have the Private Sign Key dialogue box open in the IDE but I can't understand what that dialogue box wants. Apparently that box is where I make the aab file? My intuition tells me that the aab file is the bundle.
View attachment 147228
I hope I can help you.
I need to understand your problem first.
What I am writing to you concerns my case, that is, the update on Google Play of an old APP in
apk format.
1) you must have the keystore file (mine is called
frogscompany.keystore)
2) you must place this file in a folder on your PC
3) after loading your project into B4A, select
Load existing key in the
Private Sign Key dialog box
4) in the
Password textbox enter your keystore password
5) in the
File textbox click on the
Browse button and point to the folder that contains your keystore file and double-click on it
6) click on
Ok at the bottom
To check if your keystore has been accepted by B4A, return to the Private Sign Key dialog box again.
If the plain text content of your keystore appears in the Signature textbox, you are almost at the end:
Write down the
Alias name that you will need later.
At this point - and this was what I was missing - in the Main module add this line:
#SignKeyAlias: frogscompany
where instead of frogscompany you will put the alias of your keystore.
Now compile and publish easily on Google Play...
p.s.
this procedure applies only to APPs in
apk format (not for those in
aab format).