How do I get the SHA to upload my application to the play store so that the maps can be seen?

1

I uploaded my application to the play store, at the time of download the maps are not displayed, the key api has the launch fingerprint that I get from:

keytool -list -v -keystore your_keystore_name -alias your_alias_name

but the maps are not visible.

    
asked by Tomas Aguilera 25.09.2017 в 20:19
source

1 answer

0

First you must obtain the SHA-1 from your keystore with which you will sign your application for the PlayStore:

and later with that SHA-1, you register it for the package of your application and you get the API Key, this Key API will be the one you use for the application that you publish in the Google Play Store.

    
answered by 01.02.2018 в 18:50