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.