Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

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

Victor_I_2
Beginner
1,013 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
1,013 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
1,013 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
1,013 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
1,013 Views

WELL where is the problem in #4... 

???

0 Kudos
Victor_I_2
Beginner
1,013 Views

I think problem solved at last ... 

 
success test and in device
 
 
0 Kudos
Giselle_G_Intel
Employee
1,013 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