Google Maps in Chrome ARC

前端 未结 2 1157
面向向阳花
面向向阳花 2021-01-23 16:18

I recently saw that ARC is now supporting a few Google Play Services including Google Maps.

When using the ARC Welder, I specify the following metadata:



        
相关标签:
2条回答
  • 2021-01-23 16:37

    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).

    The public key here is MIIB...QAB

    0 讨论(0)
  • 2021-01-23 16:44

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

    {
      "usePlayServices": ["location", "maps"]
    }
    
    0 讨论(0)
提交回复
热议问题