S SmartVQ84 New Member Aug 21, 2021 #1 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!
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!
AnandGupta Expert Licensed User Longtime User Aug 21, 2021 #2 SmartVQ84 said: Is it correct or safe? Click to expand... Looks correct to me for new apps. But wait for masters comment. Upvote 0
SmartVQ84 said: Is it correct or safe? Click to expand... Looks correct to me for new apps. But wait for masters comment.
Erel B4X founder Staff member Licensed User Longtime User Aug 22, 2021 #3 If you have created the sign key with B4A 11+ then you don't need to do anything special. Upvote 0