chrisfoulds
chrisfoulds
yes service on droid, background task on iOS -both work perfectly
I've just done a 5hr soak test using lockito as my fake gps provider and have encountered zero issues, yesterday I ran the app live for 2hr 45mins with no...
and ``` if (CrossGeolocator.Current.IsListening) { return; } lastRecievedPosition = null; lastSentPosition = null; CrossGeolocator.Current.PositionChanged += CrossGeolocator_Current_PositionChanged; CrossGeolocator.Current.PositionError += CrossGeolocator_Current_PositionError; // was 1,1 if (await CrossGeolocator.Current.StartListeningAsync(TimeSpan.FromSeconds(1), 1, true, new ListenerSettings {...
Huawei phones by default have agressive power management , you have to disable it for your app else it will shut it down regardless of what you do. https://help.runtastic.com/hc/en-us/articles/212633165-Help-for-GPS-Problems-on-Android-Phones
None that I or any of the major running apps (go on there sites) know about. It's a general android issue on more modern devices.
Mine just ran 24hrs in the background. Must be an issue in the way you wrote the notification service.
It's a commercial application, was a soak test. Did you try running a third party app like runkeeper ? If that keeps working it's your app, if it doesn't it's...
That will get the location , once. The plug-in has great documentation and links to example projects , I suggest you read them
At least five threads with this issue and solutions on stackoverflow. https://stackoverflow.com/questions/51992016/xamarin-a-geolocation-error-occured-unauthorized
Thanks, i've not found a way currently. I am waiting on the camera idled now but as you say it is not enough.