Question

I'm trying to create an app to Android device that use maps for Google Maps. I configured everything and when I test it on my device maps show well but when I build the APK file and upload to Play Store and download the application, the map doesn't load in any device, including the device which I test it.

Was it helpful?

Solution

Solution is change in google console sha1, because the sha1 getting when running the application in debug mode is different to the production mode so if you get the sha1 that appear when you build the apk in google console and change the apikey on manifest its work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top