Hello,
When I try to generate a new keystore using the command line and sign it with google cert for google play services and load that keystore in Unity, I don’t see any aliases at all.
keytool -alias prod -importcert -file prod_cert.der -keystore game.keystore
when I run the command
keytool -keystore game.keystore -list -v
It shows up correctly in the console but not in Unity
However, if I generate the keystore directly from Unity, it works and the alias is shown up just fine. However, I can’t sign my keytool with the cert directly from unity.
Question is, why when I generate the keystore file from within Unity I am able to select my Alias, but when I generate my keystore from the command line, I am unable to select my alias in Unity