Android Question Ask about Build App Bundle?

SmartVQ84

New Member
I am using b4a version 11, i can make aab file by click Project\Build App Bundle without need this code

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!
 
Top