I am using b4a version 11, i can make aab file by click Project\Build App Bundle without need this code
And i can upload to Google Play by use Google self sign.
Is it correct or safe?
Thank you!
B4X:
#if AAB
#SignKeyFile: my-release-key.jks
#SignKeyPassword: xxxxxxx
#SignKeyAlgorithm: -digestalg SHA1 -sigalg SHA256withRSA
#end if
And i can upload to Google Play by use Google self sign.
Is it correct or safe?
Thank you!