mobile - Android code signing keystore relocation -


we have keystore properties(keystore password, alias, signing key password) , keystore (signing keys) stored in svn along android application source code. developers have access production keystore now, move keystore different secured location reduces risk of signing apk same keystore.

however, there possibility few developers have keystore checked out on developer workstations , still have access keystore. 1 solution change password of existing keystore , save in different remote location. let me know whether old keystore gets void after changing password.

also, please let me know better ideas separating keystore & keystore properties application source code.

your reply appreciated. in advance reply.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -