How to ask new alias for Android certificate
-
I've published an app in the labels a long time. I want to update it now. I have an original application certificate. I know passwords (key store password and key password) but I don't know alias. I used it. keytoolit didn't work. Alias text was in Cyrillic, and that's the result:
Question: How do you translate this text(alias) into the original text or how do you change the alias to the Latin text?
-
Try it. https://stackoverflow.com/a/5707518/3212712 Change alas:
keytool -changealias -alias "тут_кириллица" -destalias "new-alias" -keypass keypass -keystore /path/to/keystore -storepass storepass