amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 347 forks source link

Maps stopped working on iOS (1.6.2023) in all versions of our software #803

Open branomalovec opened 1 year ago

branomalovec commented 1 year ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

We're using Xamarin.Forms.GoogleMaps for many years in our solution (targeting iOS, Android and UWP). Yesterday (1.6.2023) all of a sudden maps stopped working in all versions, including historical ones that have been stable for a long time. No exception only gray screen displayed. Works fine on Android and UWP. Also works fine when upgraded to latest version of a package but we can't do that as far as it's not compatible with UWP.

Any idea what can be the issue?

alextroto commented 1 year ago

Same here. Seems it's related with the latest Xamarin.iOS and Xcode update.

hvu-hsl commented 1 year ago

Experiencing the same thing but with Xamarin.Forms.GoogleMaps 3.2.1 and Xamarin.Forms 3.6.0.709228. Has anyone found a solution or cause of the issue?

sensboston commented 1 year ago

It's a pity: I just planned to move on this package 😞

Any solution found?

hvu-hsl commented 1 year ago

For us, updating the Xamarin.Forms.GoogleMaps package from 3.2.1 to 3.3.0 and adding the Xamarin.Build.Download package to the iOS project resolved the issue.

MrN4511 commented 7 months ago

Downloading Xamarin.Google.iOS.Maps (>= 6.0.1.1) solved the issue for us. Project Dependencies -> Xamarin.forms(5.0.0.2622) ->Xamarin.Forms.GoogleMaps(5.0.0) ->Xamarin.Google.iOS.Maps(6.0.11) ->Xamrin.Build.Download(0.11.4)