GoogleMaps iOS SDK 1.5 won't load

放肆的年华 提交于 2019-12-10 18:13:40

问题


So I've started investigating using GoogleMaps iOS SDK.

I followed the instructions:

  • Enabled the Google Maps SDK for iOS in the console
  • Setup an API key and added the Bundle ID (I used the demo Project Google Supplies)
  • Updated the constant 'kAPIKey'the the key in my Project

I run the app and I get the following

2013-11-18 11:24:59.155 SDKDemos[7073:c07] ClientParametersRequest failed, 3 attempts remaining (0 vs 5). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x8c4b0e0 {data={length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}

2013-11-18 11:24:59.233 SDKDemos[7073:6403] Google Maps SDK for iOS version: 1.5.0.5445 ...

2013-11-18 11:25:11.836 SDKDemos[7073:c07] Google Maps SDK for iOS cannot connect or validate APIKey: Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x8c1a9b0 {data={length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}

2013-11-18 11:25:11.836 SDKDemos[7073:c07] Your key may be invalid for your bundle ID: com.example.SDKDemos

Here is an image from the API Console to show I have bundleID entered correctly

XCode 5.0 iOS SDK 7.0

So it seems I am missing something fairly fundamental here or there is a time I have to wait until my API key is actually activated

Update: Map is now rendering but the ClientParametersRequest failed errors are still being reported

Update2 : Added Image showing example


回答1:


Ok so it turns out the Demo Project Supplied by Google didn't follow the proper setup and they skipped step 7

In the Other Linker Flags section, add -ObjC.




回答2:


Can you please raise this as a bug on our issue tracker for Google Maps SDK for iOS?



来源:https://stackoverflow.com/questions/20038624/googlemaps-ios-sdk-1-5-wont-load

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