Google Maps Api in the android app does not work in the Play Store

0

I developed an Android application that shows google maps in one of the ativitys, the tests works well, but the app published in the Play Store does not show the map. I generated the Google Maps API key, restricted it, and put both google_maps_api.xml files in both debug and release.

Could someone help me with how to solve this problem?

    
asked by anonymous 05.10.2018 / 15:28

1 answer

0

In the Play Store, go to the "Posting Management \ App Signature" menu and confirm that "Google Play App Signing" is enabled for the app. You should also copy the SHA1 key from the "Application Signing Certificate" to project key management at: link

    
08.10.2018 / 20:24