Google Maps does not work (after posting to google play)

Asked

Viewed 83 times

1

When the apk signed in Google Play, Google maps does not work, I already put the key in the google_maps_api both debug and release as it says in this tutorial: Google Maps does not work after Gero APK Signed for Google Play but it still didn’t work, someone knows the reason why?

I have my key normally:

<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">minha chave</string>

The same is true in debug as in release...

  • Hello @Samuel, can you put the code you already have? It will be easier to help. Take the opportunity to do the Tour to better understand the functioning of website.

  • <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false"> My key </string>

  • Edit your question and put your code there.

  • @Joãomartins any idea of what it is, see this link: https://answall.com/questions/219072/google-maps-n%C3%A3o-funciona-depois-que-Gero-apk-assinado-para-a-google-play, I did the same but did not solve...

  • Solved, the SHA1 that was in googleApis was not the same as my signature key, I used the command in the terminal in the java bin folder: keytool -list -v -Keystore nameserver and put the correct Sha1.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.