http://developer.android.com/tools/publishing/app-signing.html
I have a keystore that I already have an alias and password for.
I have released applications using this keystore.
I have now given ownership of one of these applications to someone else, and so to update that application they need to use my keystore. However I don’t want them to use my alias or password.
Is it possible to create a new alias and password for the same keystore
and just as importantly
will Google Play allow an APK signed with the new alias to be used as an update for that already published app?
If so what is the command, or a good help link please?
Ok I got it, thanks @Rossco for the initial boost.
First I copied my keystore to a new file
Then I changed the password on the keystore:
Then I changed the name of the alias in the keystore
Then I changed the password for the new alias:
And yes I’ve just tested it and uploaded a new version of the app with the new keystore alias
Thanks!
References: