Skip to content Skip to sidebar Skip to footer

Google Maps Not Showing On Release Apk

Hello when I put the release apk of my google maps app on my phone it works great, but it does not work on other phones which is strange becausd i have the right api key and the ri

Solution 1:

This is because you need to generate a separate key for your app which is going to be released.In this key you need to use the SHA1 of the signed apk. Please check This link for detailed steps

For signing your app in android studio and obtaining new key,you can use This and This.

Post a Comment for "Google Maps Not Showing On Release Apk"