Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:
It's not clear to me if the result I'm getting is the SHA-1 fingerprint. Can somebody clarify this?
Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:
It's not clear to me if the result I'm getting is the SHA-1 fingerprint. Can somebody clarify this?
If you are using Android studio this very simple.
Create a new Google map activity and you can see sha1 fingerprint like below image.
I am using Ubuntu 12.0.4 and I have get the Certificate fingerprints in this way for release key store on command prompt after generate keystore file , you can use this key for released app ,if you are using google map in your app ,so this can show the map properly inside app after release,, i got the result on command prompt below
On Windows Platform we can get the keystore for debug mode by using the below way
First there is same
.jar
file that infb-sdk android-support-v4.jar
.Then generate
SHA1
key using:For Windows
Other
Authorization on Android uses a SHA1 fingerprint and package name to identify your app instead of a client ID and client secret.