Page 2 of 2
Trying to create google api need sha1
Posted: Thu Apr 18, 2013 1:46 am
by Barbara
All I need at the moment is the sha1 as per the screen shot below
Trying to create google api need sha1
Posted: Thu Apr 18, 2013 7:11 am
by Kateryna Grynko
Hi Barbara,
Google requires fingerprint for app certificate. Tiggzi doesn't.
To get the fingerprint you would need to use keytool that comes with Java.
To get SHA1 hash ammount run the following in command prompt:
codekeytool -list -keystore autogenerated.crt/codeand enter the certificate key.
You'll see the certificate fingerprint:
Trying to create google api need sha1
Posted: Thu Apr 18, 2013 9:23 am
by Barbara
I tried this and got an error saying keystore file does not exist autogenerated.crt
Trying to create google api need sha1
Posted: Thu Apr 18, 2013 9:31 am
by Kateryna Grynko
Keytool seems to find no certificate file "autogenerated.crt". Please be sure certificate name is correct and it is in the correct directory where you run command.
Trying to create google api need sha1
Posted: Sun Nov 24, 2013 1:33 am
by Deon
Can you please explain in which directory this should be run? In the same directory as the apk? Where do I find a certificate name or how do I generate one? All I have is an apk downloaded from appery.io
Trying to create google api need sha1
Posted: Sun Nov 24, 2013 1:50 am
by Igor
It should be run in JAVA_HOME directory. You need to use keytool to generate new certificate. If you generate new certificate you should import it to your project. Also we can send you autogenerated certificate from yours app.
Trying to create google api need sha1
Posted: Sun Jan 26, 2014 10:21 pm
by Robert Larsen
Where is the java home directory? How do you run this script from that directory, is this run in the windows command prompt, or in the appery developer? And if we have an auto-generated certificate how do we obtain this?
Trying to create google api need sha1
Posted: Mon Jan 27, 2014 7:34 pm
by Kateryna Grynko
Hi Robert,
JAVA_HOME is a directory on your PC where Java machine is installed. This is run in windows cmd as you can see from screenshot.
As for the certificate - share your application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and we'll extract it.
Trying to create google api need sha1
Posted: Tue Jan 28, 2014 1:25 am
by Robert Larsen
My application is shared with support allready.
Trying to create google api need sha1
Posted: Tue Jan 28, 2014 1:39 am
by Alena Prykhodko