Google Maps not working on iPhone simulator

Aj-Ksa picture Aj-Ksa · Dec 22, 2012 · Viewed 33.4k times · Source

I've implemented the "Getting the Google Maps SDK for iOS" step by step

finally the simulator running ok no errors found but the map has no details except the marker.

As showing in the picture:

Screnshot of simulator

Also the output on the bottom has this message:

2012-12-23 01:06:59.869 GogleMap[3680:c07] GMSZoomTableQuadTree lacks root zoom table for >tile type (mapType: 10) 2012-12-23 01:07:00.042 GogleMap[3680:1b03] Google Maps SDK for iOS version: 1.0.1.1154 2012-12-23 01:07:00.375 GogleMap[3680:c07] ClientParametersRequest failed, 3 attempts >remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn’t be completed. (DASHConnectionError error 100.)"

Help please and thanks in advance.

Answer

iksnae picture iksnae · Feb 22, 2013

Solved: I think we've all skipped a small but very important step in the process.

To get started, enable the Google Maps SDK for iOS service in the Google APIs Console alongside other Google APIs.

enter image description here

Once you enable GoogleMap SDK for iOS in the Google APIs Console, your app will correctly load the tiles on the next run. Good luck!