I added Google Maps service in my app 4/5 days ago because I need only to get the user's position.
My problem is that when I open the page with the GoogleMap widget I receive this error code :
Google Maps SDK for iOS version: 3.9.0.0
New version of Google Maps SDK for iOS available: 4.1.0.0
And the widget is grey with Google on its bottom-left corner and the position icon on the bottom-right.
I tried to update using : pod repo update and adding this line in Podfile :
pod 'GoogleMaps', '4.1.0.0'
But I still have the same error, I took a look on the internet but I only found old methods.