Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Trying to create google api need sha1

All I need at the moment is the sha1 as per the screen shot below

Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Trying to create google api need sha1

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: Image

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Trying to create google api need sha1

I tried this and got an error saying keystore file does not exist autogenerated.crt

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Trying to create google api need sha1

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.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Trying to create google api need sha1

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Trying to create google api need sha1

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.

Robert Larsen
Posts: 0
Joined: Fri Aug 02, 2013 6:56 am

Trying to create google api need sha1

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Trying to create google api need sha1

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.

Robert Larsen
Posts: 0
Joined: Fri Aug 02, 2013 6:56 am

Trying to create google api need sha1

My application is shared with support allready.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Trying to create google api need sha1

Please remind its name.

Return to “Issues”