Private Sign Key Confusion

abhishek007p

Active Member
Licensed User
Longtime User
Hi,

I have multiple apps, and when compile them I want them to be signed with my private key, but B4A only remembers the last used key instead of saving the key setting as part of project.

it would be great if B4A can have a feature where private key is saved as part of project.


--
abhishek
 

abhishek007p

Active Member
Licensed User
Longtime User
oops, i already created 6 different keys for my 6 different apps and uploaded them to store.

is there any major disadvantages, apart from managing multiple keys?
 
Upvote 0

masterleous

Member
Licensed User
Longtime User
oops, i already created 6 different keys for my 6 different apps and uploaded them to store.

is there any major disadvantages, apart from managing multiple keys?

Private Keys are required for application updation, if you want to upload any update of your application you must have to signed with that same key
 
Upvote 0

AllyAndroid

Member
Licensed User
Longtime User
Isn't there a disadvantage to using the same key for all your apps if you want to sell your apps to another developer later on?

Either you have to give that developer your private key, which is also being used for your other apps, or they would have to create a new key for the app which would cause all the user information to be lost. Ratings and install data would not transfer to a new key.
 
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
Isn't there a disadvantage to using the same key for all your apps if you want to sell your apps to another developer later on?

Either you have to give that developer your private key, which is also being used for your other apps, or they would have to create a new key for the app which would cause all the user information to be lost. Ratings and install data would not transfer to a new key.

I think most developers don't plan to sell their apps later on to other developers. That is why usually 1 key is recommended to help remove confusion as to which key to sign which app with.
However if you are seriously planning on selling your apps to other devs then your method is a good one.
 
Upvote 0
Top