Can I have a single Google Maps API key for all my apps without registering their package names?

后端 未结 4 1710
太阳男子
太阳男子 2020-12-09 09:59

I have written an android library project that includes custom MapFragments, based on Google Maps for Android v2 API. In the Google APIs console, I have registered the libra

4条回答
  •  余生分开走
    2020-12-09 10:20

    Here's how to accomplish what you're trying to do when creating a new API key:

    • Click create new Android key button
    • Don't enter anything into the package names list
    • Click create

    Then you should see AndroidApps: Any app allowed, and be able to use that maps API key in all of your apps without any configuration on the APIs console.

    Since you have probably already have entered the certificate fingerprints for each of your applications, just click Edit allowed Android apps, delete them all from the list, click update, and it should say any app is allowed to use that API key.

提交回复
热议问题