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
When I let the app open on Android with a foreground service, and with continuous tracking, for about 24 hours, and then check the User's locations panel on Radar.io, I see they stop working after a few hours on my phone (Huawei on Android 6) and when the app is on friend A's phone (Asus on Android 9), the foreground service doesn't even work so the recordings happen only when the app is in pure foreground. No problem noticed on friend B's phone (Samsung on Android 10).
For the foreground service, I use the following plugin : https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/
I noticed another bug while doing my tests : when entering a place with no internet signal, staying for about an hour, leaving and going back outside, with my data back on, and waited for about 2 hours, I noticed that even though the foreground was still running, Radar had stopped sending my position to the server even though it got a working data again.
Build and start the app, agree to be tracked when the app is on (the "always track" choice is not there)
Try to put the app in background. You'll get asked for permission to keep the app as a foreground service. Accept and put it again in background.
Put the app in background, confirm there is a notification to notice you of the foreground service
Check on Radar.io that your location is indeed updated
Wait for maximum 24 hours
Go back to the Radar.io panel and check that the user's gps location has not been updated after a certain time
Check on the phone and confirm the foreground service is still running
Expected Behaviour
The user's gps location should be updated on Radar.io at anytime, as long as the foreground service is running.
Metadata
Cordova version 10.0.0
cordova-android version 9
Platform : Android
Device : Huawei Honor with Emui 4.0 (Android 6.0.1)
The text was updated successfully, but these errors were encountered:
Cachwir
changed the title
Android : Radar doesn't track the gps location after some time when the app is open in background (with foreground service)
Android : Radar doesn't track the gps location after some time when the app is open in background (with a foreground service)
Apr 19, 2021
Hey Cachwir, sorry to hear about this problem that you're experiencing.
I'm not familiar with that plugin, so unfortunately I can't comment on issues that might be arising from using that with the Radar library. It sounds like the foreground service is still running but the location updates stopped, so it's possible that the process and subsequent location requests got killed by the OS due to the failures.
With continuous mode, you shouldn't have to use an additional plugin, so long as you've started a foreground service to start tracking locations.
Actually, that plugin's sole purpose is to configure and start a foreground service.
Also, I have been using the continuous mode and the location update still got killed.
I'm truly out of options there...
I am not familiar with that plugin so I can't comment on its behavior.
Android has been quite tight around monitoring vitals, so my hunch is that the native OS is detecting too much activity and killing the process. Plugin usage and behavior need to abide by the limits of the native OS.
Describe the bug
When I let the app open on Android with a foreground service, and with continuous tracking, for about 24 hours, and then check the User's locations panel on Radar.io, I see they stop working after a few hours on my phone (Huawei on Android 6) and when the app is on friend A's phone (Asus on Android 9), the foreground service doesn't even work so the recordings happen only when the app is in pure foreground. No problem noticed on friend B's phone (Samsung on Android 10).
For the foreground service, I use the following plugin : https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/
I noticed another bug while doing my tests : when entering a place with no internet signal, staying for about an hour, leaving and going back outside, with my data back on, and waited for about 2 hours, I noticed that even though the foreground was still running, Radar had stopped sending my position to the server even though it got a working data again.
How to reproduce
Expected Behaviour
The user's gps location should be updated on Radar.io at anytime, as long as the foreground service is running.
Metadata
Cordova version 10.0.0
cordova-android version 9
Platform : Android
Device : Huawei Honor with Emui 4.0 (Android 6.0.1)
The text was updated successfully, but these errors were encountered: