Google Maps does not work after it generates signed APK for Google Play

0

Personal I have an application running Google Maps. I generated the access key (copied and pasted into xml) direct from the Console Developer website. If I generate the normal apk (unsigned) it works normally. After you generate the signed apk (to post to Google Play) it does not load the map anymore, the google logo appears but the map is not loaded.

I read that you need to use the same key that I generated on the site in the signed apk. I just did not understand how to generate the key, since the key I got on the site was (copied and pasted). I'm trying to sign direct into the Android Studio IDE on the Build > Generate Signed APK

Can anyone help me solve this?

    
asked by anonymous 09.07.2017 / 15:13

1 answer

1

I've already caught up with this issue of sending APK and not working after it's released. What you should note is that DEBUG and RELESE mode in the app mode when the project is created in Android Studio and also when a key is generated in the Google console , for whatever API is used.

What may be happening is that you should be changing only the DEBUG mode API and you are not changing the RELEASE mode in your application. Here's a question I asked about:

09.07.2017 / 18:54