Software Archive
Read-only legacy content
17061 Discussions

how get my SHA-1 in xdk with xdk signing cert - android...

Victor_I_2
Beginner
360 Views

 

how get my SHA-1 in xdk with xdk signing cert - android... I want it for Cordova App Google Signin...well ???

Certain Google Play services (such as Google Sign-in and App Invites) require you to provide the SHA-1 of your signing certificate so we can create an OAuth2 client and API key for your app. To get your SHA-1, follow these instructions:

keytool -exportcert -list -v \
-alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore

 

https://developers.google.com/android/guides/client-auth

0 Kudos
6 Replies
Anthony_H_Intel
Employee
360 Views

You can download your keystore from the Intel XDK, then use keytool to obtain the SHA-1:

download-android-keystore.png

See here for more information about managing certificates using Intel XDK.

0 Kudos
Leonidas_S_1
Beginner
360 Views

Where keytool located, from where run it and where put keystore file?

Is it in jdk or jre?

0 Kudos
Leonidas_S_1
Beginner
360 Views

https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/341

Why getting keystore no exist??  ^^^^ here  

Same getting using forward slash... as separator... is it alias wrong?? Or...? From git bash win 10 pro prompt. ..

Keystore file name can have dashes using it in cmd line ? Eg andoid-key12.keystore

0 Kudos
Victor_I_2
Beginner
360 Views

WELL where is the problem in #4... 

???

0 Kudos
Victor_I_2
Beginner
360 Views

I think problem solved at last ... 

 
success test and in device
 
 
0 Kudos
Giselle_G_Intel
Employee
360 Views

Victor,

Could you explain or select what helped you solve your problem, so that other users with a similar problem can use your solution?

 

0 Kudos
Reply