Why does not my app show a map when downloading from playstore?

1

I have an App that shows a map using the Map API, but when you download it from Playstore the map is not displayed. This is what I have configured:

An Api key for debug, the SHA-1 I get from google_maps_api.xml (debug)

An Api Key for production, the SHA-1 I get from the certificate with which I sign the App to upload and update it.

The Api test key I insert in google_maps_api.xml (debug) .

The Api key production is inserted in google_maps_api.xml (release) .

When uploading my signed app and with the production api key it does not show me the map, but if I load the apk SIGNED (the same one that I upload to playstore) directly to my cell phone it opens the map normal, and in the console I can see the requests that I make to that Api key production without problems.

Any solution or step that is happening to me?
Note: The Api key I generate in a different account to the account with which the app is uploaded, and the app package starts with example.xxx I do not know if any of this affects.

    
asked by Riu 24.07.2018 в 18:42
source

1 answer

1

Try entering google play console Enter Launch Management > Signing apps And select the SHA1 of the certificate fingerprint and add this to the Google API Console

    
answered by 24.07.2018 / 20:45
source