iPad 向けの Google Maps SDK 統合について POC を行っています。Google Map Developer portal (バージョン:1.4.0.4450) の最新の SDK を使用しています。マップ開発者ページで提案されているように APIKey を設定しています。
シミュレーターで完璧に動作します。しかし、デバイス (iPad 3) で実行しようとしているときに、マップ コンテンツが表示されません。コンソールからのログは次のとおりです。
2013-07-26 11:08:20.081 SampleGoogleMaps[69595:907] GMSZoomTableQuadTree lacks root zoom table for tile type (mapType: 10)
2013-07-26 11:08:20.084 SampleGoogleMaps[69595:907] GMSZoomTableQuadTree lacks root zoom table for tile type (mapType: 14)
2013-07-26 11:08:20.085 SampleGoogleMaps[69595:907] GMSZoomTableQuadTree lacks root zoom table for tile type (mapType: 15)
2013-07-26 11:08:35.038 SampleGoogleMaps[69595:907] ClientParametersRequest failed, 3 attempts remaining (0 vs 5). Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1e5b9dd0 {NSErrorFailingURLStringKey=https://clients4.google.com/glm/mmap, NSErrorFailingURLKey=https://clients4.google.com/glm/mmap, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x1f873c60 "The request timed out."}
2013-07-26 11:08:50.050 SampleGoogleMaps[69595:907] ClientParametersRequest failed, 2 attempts remaining (0 vs 5). Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1f8ad550 {NSErrorFailingURLStringKey=https://clients4.google.com/glm/mmap, NSErrorFailingURLKey=https://clients4.google.com/glm/mmap, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x1f8ad100 "The request timed out."}
2013-07-26 11:09:09.061 SampleGoogleMaps[69595:907] ClientParametersRequest failed, 1 attempts remaining (0 vs 5). Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1e5b8f00 {NSErrorFailingURLStringKey=https://clients4.google.com/glm/mmap, NSErrorFailingURLKey=https://clients4.google.com/glm/mmap, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x1e588020 "The request timed out."}
この問題に遭遇した人はいますか? 誰でも私に解決策を提案できますか? Google Maps SDK for iOS doesn't display map contentで提供されている解決策を提供しましたが、うまくいきませんでした!