We're trying to add a GMSMapView to a view controller in our app and the map only shows Google logo but the map itself is not visible
And here's what we've checked so far:
1- We made sure GMSServices.provideAPIKey(apiKey)
is called
2- Maps SDK for iOS is enabled on console.cloud.google.com
3- The API Key is not restricted to any bundle id (we even tried it on a separate project and it worked)
4- We tried to add GMSMapView programmatically to an empty ViewController using the code here (still didn't work) https://developers.google.com/maps/documentation/ios-sdk/config#add-map
So any ideas what else we can do?