Hello,
We recently upgraded one of our Xamarin apps to 100.10 and during testing we are periodically getting some System Null Reference exceptions in what looks like a core method. We haven't found a specific way to reproduce it yet, and so far it only looks like an issue on Android.
Here's what we could capture of the call stack.
System.NullReferenceException: Object reference not set to an instance of an object
Geolocator.UpdateCurrentPosition (Android.Locations.Location location, System.Boolean isLastKnown)Geolocator.OnLocationChanged (Android.Locations.Location location)ILocationListenerInvoker.n_OnLocationChanged_Landroid_location_Location_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_location)(wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.214(intptr,intptr,intptr)
Any ideas?
Mike...