0

In my app I need to calculate and to display the route to a specified location. All work perfect on debug mode, but on release mode the route can't be calculated and get the next error message:

This IP, site or mobile application is not authorized to use this API key.

I need to get a payed plan to can do that? Isn't to clear for me when read the documentation from google website.

Any idea how to fix my problem?

SecretAgentMan
  • 2,856
  • 7
  • 21
  • 41
Ginsonic
  • 5
  • 3
  • when you make a release build of your source, because of changing sign key the api not work with old sign key, https://stackoverflow.com/questions/21933247/this-ip-site-or-mobile-application-is-not-authorized-to-use-this-api-key – javadroid Jan 12 '20 at 11:23
  • what to do to use right sign key? – Ginsonic Jan 12 '20 at 11:58
  • I have read again documentation and I am sure that need to subscribe to a billing plan. – Ginsonic Jan 12 '20 at 15:03
  • of course you need to use billing plan, but for introduce your app in console you must add release and debug keystore as well. hope to help you. – javadroid Jan 12 '20 at 18:37

1 Answers1

0

You need to use billing plan for release, but for introduce your app in console you must add release and debug keystore as well

javadroid
  • 1,421
  • 2
  • 19
  • 43