简体   繁体   English

Google Maps Key与其他Google Play帐户

[英]Google maps key with different google play account

i want to publish an Android application with my google account using (inside the application) a google maps key of another google account. 我想使用(在应用程序内部)另一个Google帐户的Google Maps密钥与我的Google帐户发布Android应用程序。 Is it possible? 可能吗?

The Google Maps API key is tied to ( documentation ): Google Maps API密钥与( 文档 )绑定:

  • The certificate that you signed your release app with 您用来签署发布应用程序的证书

  • The package of your app 您的应用程序包

So, yes, you can use one account to generate the API key and another to upload the app to the Play Store. 因此,可以,您可以使用一个帐户生成API密钥,而使用另一个帐户将应用上传到Play商店。

Thanks to your help, i found that android API must be enabled from backend. 感谢您的帮助,我发现必须从后端启用android API。 The second account was not set up properly, sorry for the loss of time! 第二个帐户设置不正确,很抱歉浪费时间! I share the link where enable google map api for android (because for iOS is not necessary) : Google maps api - android backend 我分享了在其中启用android的google map api的链接(因为不需要iOS): Google Maps api-android backend

Thanks again! 再次感谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM