Android Question key algorithm not compatible with signature algorithm

Status
Not open for further replies.

slpxpp

New Member
Licensed User
1.B4A:11.00
2.private Sign key-create new key :OK
3.Project-build app bundle:key algorithm not compatible with signature algorithm
4.How to create RSA signature with B4X

Please help me.@Erel
 
Last edited:

slpxpp

New Member
Licensed User
1.B4A:11.00
2.private Sign key-create new key :OK
3.Project-build app bundle:key algorithm not compatible with signature algorithm
4.How to create RSA signature with B4X

Please help me.@Erel
I get it.
For a new app of googleplay.In b4a, we have to do this.

B4X:
c:\java\jdk-11.0.1\bin\keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias b4a

#if AAB
    #SignKeyFile: F:\Basic\my-release-key.jks
    #SignKeyPassword: yourpasswordfilejks
    #SignKeyAlgorithm: -digestalg SHA1 -sigalg SHA256withRSA
#end if
 
Upvote 0
Status
Not open for further replies.
Top