GoogleMaps (GMSView) Won't display in iOS GoogleMaps (GMSView) Won't display in iOS swift swift

GoogleMaps (GMSView) Won't display in iOS


Just enable "Google Maps SDK for iOS" for your project in Google Developers Console.


I too faced the same problem. First of all follow the steps below.

  1. Have all the steps mentioned in this link been followed by you?

  2. Though you are unable to get through, check your Bundle Identifier is matching with the one you used to create the key.

If everything is well and good, the problem is with the framework. Initially I too used the GoogleMapsM4B framework which didn't work for me. I downloaded the other framework which works fine for me from this link.

Add the new framework (GoogleMaps.framework) and remove the GoogleMapsM4B framework from the project. This solved my problem. Hope this helps you.

EDIT:

From version 1.10.0 onwards, the framework installation is supported only via cocoapods. And all zip downloads were removed for previous versions. Read "Migration from 1.9.2 or earlier:" section under "Version 1.10.0 - May 2015" in this link.


I had the same problem. In my case it was, that I had to manually activate the Google Maps SDK for iOS and Google Places SDK for iOS in the Overview section of Googles API Library.

The steps how to activate it are:

  1. Go to the Overview page in the API Library.
  2. Choose here Google Maps SDK for iOS and Google Places SDK for iOS.

enter image description here

  1. Choose at the top left, the second item. On the screenshot it's now enabled. Before it was disabled.

enter image description here

Maybe this helps someone as well.

Kind regardsMatt