I want to know few things for this:
-
What is the deference between “Development Key Hashes” & “Release Key Hash”?
-
How to obtain these?
-
I have already setup keystore (but app not published yet). Tried these code in cmd :
keytool -exportcert -alias <alias_name> -keystore <path_to_keystore> | openssl sha1 -binary | openssl base64
but this does not work, actually I don’t know where to run this command? I mean in which folder in cmd (cd …?)
If someone guide me step by step will be great help.