Unity not showing signed key

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

never mind, I was not supposed to do that I did

I have same issue, how did you fix it?)

Maybe just make the keystore within unity?

Same issue here… really wish the OP posted their solution.

If I use the keystore created by Unity, Google complains the keys don’t match. I can’t figure out how to upload the Unity keystore to Google and if I try and add the Google certificate into the Unity keystore I get the issue above.