相同的Google Maps V2 API KEY具有不同的包名称?

时间:2014-09-17 11:22:34

标签: android android-maps-v2

在Android中创建使用google maps v2的密钥的文档中,我可以看到这一步:

https://developers.google.com/maps/documentation/android/start?hl=es

Obtain a Google Maps API key

If your application is registered with the Google Maps Android API v2 service, then you can request an API key. It's possible to register more than one key per project.

Navigate to your project in the Google APIs Console.
In the Services page, verify that the "Google Maps Android API v2" is enabled.
In the left navigation bar, click API Access.
In the resulting page, click Create New Android Key....
In the resulting dialog, enter the SHA-1 fingerprint, then a semicolon, then your application's package name. For example:
BB:0D:AC:74:D3:21:E1:43:67:71:9B:62:91:AF:A1:66:6E:44:5D:75;com.example.android.mapexample

我可以读到你必须编写应用程序的包名....所以...如果我需要在许多具有不同包名的应用程序中使用此密钥会发生什么?由于我的框架,这对我来说是绝对必要的。在过去谷歌地图v1可以做到这一点!

由于

0 个答案:

没有答案