Google Maps in Chrome ARC

烈酒焚心 提交于 2019-12-02 02:58:51

When copying your public key from the web store, it's important to select exactly the right thing. The highlighted portion below is the public key, make sure not to select the -----BEGIN/END PUBLIC KEY----- annotations, and to remove any line breaks / whitespace (as you said you already had).

This Additional Metadata worked for my apk that uses Google Maps API for Android and Google Location API:

{
  "usePlayServices": ["location", "maps"]
}
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!