martes, 7 de enero de 2020

Specify client ID settings

Next, specify your client ID settings by following the instructions specific to your platform.

Android


  1. Choose Installed application as your Application type and select Android as the installed application type (these should be your only options).
  2. In the Package name field, enter your Android application's package name.
  3. Open a terminal and run the Keytool utility to get the SHA1 fingerprint of the certificate. You should get both the release and debug certificate fingerprints.
    To get the release certificate fingerprint:
    keytool -list -keystore <path-to-production-keystore>
    
    To get the debug certificate fingerprint:
    keytool -list -keystore <path-to-debug-keystore>
    



--androiddebugkey

4. The keytool prompts you to enter a password for the keystore. The default password for the debug keystore is android. The keytool then prints the fingerprint to the terminal.

5. Paste the SHA1 fingerprint into the Signing certificate fingerprint (SHA1) field.



6. Click the Create client button, then follow the steps in the Gather credentials for authentication and authorization section below.

see on:

No hay comentarios:

Publicar un comentario