Google maps not showing after uploading the app to playstore

Viewed 7492

Google maps showing a blank screen after uplaoding the app into playstore. But Map showing when running locally(in emulator). I tried by changing the SHA1 of google map api by Playstore app signing certificate SHA fingerprint but still showing the blank screen.

4 Answers

According to me the SHA1 keys are different for debug key and release key. But it will not work after upload on play store. To visible map you should follow the steps. - go to https://play.google.com/apps/publish/signup In that go release option. Copy SHA1 key from App signing certificate - Paste it while Editing API key which is generated for your app. Note : Your API should present into both debug and release xml file.

Related