Android Question Private sign key

hookshy

Well-Known Member
Licensed User
Longtime User
Can I use b4a with multiple developer accounts ?
It is difficult with two private sign key ? do i have to change the file from an app to another when dealing with multiple developer accounts ?
 

Nickelgrass

Active Member
Licensed User
Longtime User
Hello,
I am programming Apps for multiple customers. I have to provide an individual sign key for each of them. It would be very handy if one could add multiple keyfiles with password and then have the editor remember which app uses which key.
Regards
 
Upvote 0

MaFu

Well-Known Member
Licensed User
Longtime User
I forgot the batch files. But now here is my solution.
The batch SignApp.bat is on an central place. You must change the paths, the keystore names and the alias names. At the moment, it is designed for two different keys.
The Batch Sign.bat is for the app source directory (one copy for each app). In this file you must change the location of SignApp.bat and the app name. For signing you only start the batch file with or without the keystore password as parameter.
 

Attachments

  • BatchSign.zip
    1,015 bytes · Views: 190
Upvote 0
Top