Beta #3 released.
www.b4x.com/android/files/beta.exe
- Fixes an issue with subfolders inside the Files folder.
- New #SignKeyAlgorithm attribute.
- New AAB automatic conditional symbol.
If you opt-in to Google signing option with an existing app then you don't need to do anything special, other than the extraction of the private key once.
With a new app, you need to sign the bundle file (AAB) with a different key, the upload key. It can be done with:
#if AAB
#SignKeyFile: my-release-key.jks
#SignKeyPassword: xxxxxxx
#SignKeyAlgorithm: -digestalg SHA1 -sigalg SHA256withRSA
#end if