Wish #SignKeyFile and #SignKeyPassword in B4I

Lucas Siqueira

Active Member
Licensed User
Longtime User
Please put #SignKeyFile and #SignKeyPassword on b4i, the same way you have on android, I work as a freelancer, every time I go to work on a different project I have to keep changing the folder path for signatures and files, the same thing happens with passwords, I always have to change them.

It would be awesome if b4i had the same feature as b4a (#SignKeyFile and #SignKeyPassword).
Another detail is that (#CertificateFile and #ProvisionFile) do not work with relative paths, as I informed there ..\..\ returning two folders (from the .b4i file). in b4a it works normally.


 

ELDON RODRIGUES AQUINO

New Member
Licensed User
+1
 

Lucas Siqueira

Active Member
Licensed User
Longtime User
yes, I can put several signature files inside the same folder, but always putting the name of the ProvisionFile different from what I already have in the folder.

when I do free-lancer services for other users and each one has a different password I always have to keep modifying it in the IDE, another file that always has the same name is the firebasemensager aps.cer, firebase_push.p12, so get it pointing the path of the folder via source code would be essential, even because it could leave signatures and project files all together in the project folder, making it easier to export the project to the client
 

Lucas Siqueira

Active Member
Licensed User
Longtime User
many times the client already has his files generated by his IDE. then I have to create a folder to be separate and keep changing the signature path and password.

it would be really nice to put the b4i to work as the b4a in this signature part.
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
I also don't see the need for this. The certificate files can be updated at anytime AND they expire after a year requiring you to make new ones.

Unlike Android where the signing certificate has to be the same once the app has been submitted to the store.

When I am developing with other people, I use build configurations to set the appropriate provision file and certificate between developers.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…