Hi there!
there has anyone know how to manage or remove this Alias name in this list?
I really want to remove one of them out and left just 1 alia
Thanks
Hi there!
there has anyone know how to manage or remove this Alias name in this list?
I really want to remove one of them out and left just 1 alia
Thanks
Hi, there is no way to do this in Unity UI, however you can remove it manually using the keytool command-line tool. Before you do anything, make sure to backup your santhaiMobile.keystore file in case something does not work right. Then find where JDK is installed on your machine. Probably the simplest way to do that is to copy the path to JDK in Edit → Preferences → External Tools. Then open CMD and run a command like this (replace JDKPath with the JDK path you’ve copied from the External Tools window and replace KeyAlias with the alias you want to remove):JDKPath/bin/keytool -delete -alias KeyAlias -keystore D:/HWR/Projects/SanthaiMobile/AndroidKeyStore/santhaiMobile.keystore
You will be asked for the keystore password (NOT Key Alias password) which you should enter to proceed. Alternatively you can specify the keystore password in the command, by adding -storepass and the password.
Thank you for your answer
I found this ‘KeyStore Explorer’ it very good program it can remove or edit keystore