我怎样才能整合谷歌地图在我的iPhone应用程序

嗨,我有我的iphone集成谷歌地图的问题。 当我在iPhone模拟器上运行应用程序,它运行良好,没有任何错误,当它加载在iPhone屏幕上,我只能够看到红点不是整个地图我已经实现这个应用程序使用谷歌地图整合教程从此链接https://developers.google .com / maps / documentation / ios / start我已经提供了谷歌已经分配给我的API密钥,但是当应用程序在iphone中加载时,这个nslog不断生成

2012-12-31 20:36:17.132 google map[848:12e03] provideAPIKey: should be called at most once 2012-12-31 20:36:17.747 google map[848:12e03] GMSZoomTableQuadTree lacks root zoom table for tile type (mapType: 10) 2012-12-31 20:36:19.062 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:19.196 google map[848:14603] Google Maps SDK for iOS version: 1.0.1.1154 2012-12-31 20:36:19.244 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:25.618 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:33.793 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:39.026 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:40.885 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:45.096 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:36:53.275 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:00.036 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:00.335 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:04.719 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:12.941 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:25.739 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:26.057 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:32.466 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:40.932 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:56.592 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:37:57.050 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:38:02.515 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:38:10.864 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:38:33.764 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:38:34.018 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:38:38.405 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:38:46.651 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:39:19.375 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:39:19.625 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:39:23.874 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:39:32.150 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:40:18.172 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:40:18.427 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:40:22.677 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:40:31.162 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:41:42.868 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:41:43.128 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:41:48.785 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:41:57.027 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:43:43.507 google map[848:12e03] ClientParametersRequest failed, 3 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:43:43.879 google map[848:12e03] ClientParametersRequest failed, 2 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:43:48.065 google map[848:12e03] ClientParametersRequest failed, 1 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 2012-12-31 20:43:56.264 google map[848:12e03] ClientParametersRequest failed, 0 attempts remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn't be completed. (DASHConnectionError error 100.)" 

所以请告诉我我需要做什么,因为我浪费了我6到7小时,而老板生我的气,请帮助我

入门页面说:

如果您看到标记,但地图不可见,请确认您提供了API密钥。

你真的申请iOS谷歌地图SDK ? 您是否真的在Google API控制台的服务页面上看到适用于iOSGoogle地图SDK ? (在我的API项目中,我看不到它。)

您可能正在使用Google Maps API v3的API密钥,这是您要执行的操作的错误服务。

看起来Google似乎还没有为iOS服务发送过很多API密钥。 你所能做的就是申请服务,并等待Google的回答。