Is it a known behavior that in Xamarin Forms, iOS simulator, this always returns null?
var location = await Geolocation.GetLocationAsync(request, cts.Token);
In Android it returns a value also on the emulator but in iOS i always get NULL. I haven't had a chance to test on a real iOS device yet.
Thanks
