You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library does not return position while airplane mode is turned on. As soon as airplane mode is turned off, results begin flowing in.
Version Number of Plugin: 4.5.0.6
Device Tested On: Apple iPad A1475
Simulator Tested On: N/A
Version of VS: 16.6.2
Version of Xamarin: 4.6.0.847
Versions of other things you are using:
Steps to reproduce the Behavior
call StartListeningAsync()
Expected Behavior
Location is tracked and callback event is fired
Actual Behavior
Nothing
Code snippet
Screenshots
The text was updated successfully, but these errors were encountered:
Airplane Mode works by deactivating the device's radios. If that includes the GPS radio then you should not expect location updates while in Airplane Mode.
Airplane Mode works by deactivating the device's radios. If that includes the GPS radio then you should not expect location updates while in Airplane Mode.
Google Maps app still returns position information when Airplane mode is on. Are they using some kind of other undocumented API? I doubt it.
Bug Information
This library does not return position while airplane mode is turned on. As soon as airplane mode is turned off, results begin flowing in.
Version Number of Plugin: 4.5.0.6
Device Tested On: Apple iPad A1475
Simulator Tested On: N/A
Version of VS: 16.6.2
Version of Xamarin: 4.6.0.847
Versions of other things you are using:
Steps to reproduce the Behavior
call StartListeningAsync()
Expected Behavior
Location is tracked and callback event is fired
Actual Behavior
Nothing
Code snippet
Screenshots
The text was updated successfully, but these errors were encountered: