Thanks Erel , my situation , I opted in for Google Play will manage app signing key .(Sadly You can't undo this)
I used these sdk and vesion
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="29"/>
version B4A 10.70.
I got this errors
For new apps, Android App Bundles must be signed with an RSA key. when .aab file uploaded
Key already sent to users when .apk file uploaded
I never got this option to load the pepk.jar file
like below.
So i couldn't use the PEPK tool.:
But your link made it possible to upload the apk file ,thanks !
Some questions about AAB and SignKey: 1) what's the difference between .KEYSTORE and .JKS? I have "myname.keystore" where and when can I use it in the process of signing (new/old) app? 2) For new apps: what happens when I use option 1 "let google manage and protect your app signing key"? Isn't...