My google map app works fine on device with debug google map API KEY but when I create signed apk for my app with release google map API KEY, it does not display map. So what is the best way to display google map release on signed APK? Please help
Go in Google Console and Put Sha1 for relese apk
here is how to create sha1 for relese apk
Run This Command in cmd/terminal
keytool -list -v -keystore "your keystore path"
and add new sha1 for your relese apk
1.4m articles
1.4m replys
5 comments
57.0k users