Wish Private sign key

wizard699

Active Member
Licensed User
Longtime User
Erel, what's about a revision of the function PRIVATE SIGN KEY?
Everytime that open another project (with different key) and re-open the previous ... there are always a problem in PRIVATE KEY. B4A take always last key.

It's possibile to link the file of the key with the specific project? Like a property of the project.

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
sou can use conditional compiling
#SignKeyFile / SignKeyPassword attributes. Allow using a different signing key based on the build configuration.
 

wizard699

Active Member
Licensed User
Longtime User
Ok , this solution.

#SignKeyFile: ..\Keystore\xxxxx.keystore
#SignKeyPassword: yyyyyy

Thanks a lot
 
Top