[Guide] Generate a signing certificate fingerprint (SHA1) to authorize an Android app

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • You are in the process of authorizing your app in the Google Play Developer Console. You are following Google's documentation and you're stuck at Step 3c when it comes to generate a signing certificate fingerprint (SHA1): Please login to see this link.

    Then the following will help.


    How to generate a signing certificate fingerprint (SHA1) on Windows:

    1. Press [Win] + [X] and select Command Prompt

    2. In the command prompt window type one of the following lines depending on your installation of Java:

    Code
    cd C:\Program Files (x86)\Java\jre1.X.0_YY\bin
    cd C:\Program Files\Java\jre1.X.0_YY\bin
    cd C:\Program Files (x86)\Java\jdk1.X.0_YY\bin
    cd C:\Program Files\Java\jdk1.X.0_YY\bin


    and press [Enter]

    3a. To generate the debug SHA1, in the command prompt window type:

    Code
    keytool -exportcert -alias androiddebugkey -keystore path-to-your-debug-keystore -list -v


    and press [Enter]

    3b. To generate the release SHA1, in the command prompt window type:

    Code
    keytool -exportcert -alias alias-of-your-key -keystore path-to-your-production-keystore -list -v


    and press [Enter]

    4. Type the password associated to the keystore and press [Enter] (the default password for the debug keystore is: android).

    5. Highlight and copy the SHA1

    6. Paste the SHA1 in the relevant field of:
    Google Play Developer Console > Game Services > Your App > Linked Apps > Step 2: Authorize your app screen
    or
    Please login to see this link.

    Edited 2 times, last by Olivier (July 6, 2016 at 5:10 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!