0

I have an application with a Google Maps in the center. However while programming and debugging it all worked fine. Now we created a release application and we found out the current API key is not working.

Now I created a SHA1 key and added my package name to it inside the developer console. It generated a key for me, however this key isn't working either in a release apk.

I tried several things like regenerate it a few times or reinstall the app.

Anyone know what might go wrong?

Jordi Sipkens
  • 595
  • 1
  • 9
  • 25

1 Answers1

0

Make sure you're creating your SHA from the key that you're signing the application with. This SHA will be different than the one that you use for the debug builds.

Make sure that the application is actually getting signed correctly.

Make sure that the package you're providing for the key is correct.

Chris Thoma
  • 499
  • 2
  • 8