Xamarin.Forms.GoogleMaps icon indicating copy to clipboard operation
Xamarin.Forms.GoogleMaps copied to clipboard

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

Open branomalovec opened this issue 1 year ago • 5 comments

VERSIONS

  • Xamarin.Forms.GoogleMaps - 3.3.0
  • Xamarin.Forms - 5.0.0.2478

PLATFORMS

  • [ ] Android
  • [x] iOS
  • [ ] UWP

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?

branomalovec avatar Jun 02 '23 07:06 branomalovec

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

alextroto avatar Jun 12 '23 09:06 alextroto

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?

hvu-hsl avatar Jun 28 '23 22:06 hvu-hsl

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

Any solution found?

sensboston avatar Jul 05 '23 03:07 sensboston

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.

hvu-hsl avatar Jul 14 '23 01:07 hvu-hsl

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)

MrN4511 avatar Feb 14 '24 07:02 MrN4511