I am trying to update an app. The last time I updated it I had this code:
I am now on B4A version 12.20 (64 Bit). When trying to build an app bundle I get this error:
A search for that led me here:
Where @Erel said in post 3:, "This is not needed with B4A 11.0."
So I commented the above and the the app bundle is created OK but when I try to upload it I get:
Any help appreciated.
B4X:
#if AAB
#SignKeyFile: D:\Android\KeyStores\DataCollection1.keystore
#SignKeyPassword: adfaefef
#SignKeyAlgorithm: -digestalg SHA1 -sigalg SHA256withRSA
#end if
B4X:
jarsigner error: java.lang.IllegalArgumentException: key algorithm not compatible with signature algorithm
Where @Erel said in post 3:, "This is not needed with B4A 11.0."
So I commented the above and the the app bundle is created OK but when I try to upload it I get:
B4X:
Your Android App Bundle is signed with the wrong key. Ensure that your App Bundle is signed with the correct signing key and try again. Your App Bundle is expected to be signed with the certificate with fingerprint:
Etc....
Any help appreciated.
Last edited: