I have both the Traccar Manager and Traccar Client applications installed on different devices. I have registered my Client app's device on my Traccar Manager app. However, sometimes the Traccar Client stops sending location updates to the Traccar Manager, and I am unable to receive location updates on my app's connected socket. This issue occurs almost 100% of the time with the Traccar Client iOS app but works correctly about 90% of the time with the Traccar Client Android app. I need some guidance regarding this issue. What could be the reason the Traccar Client stops sending location updates to the Traccar server, and why I am unable to receive them on my Flutter application's connected socket?
A remark, i noticed on an android phone that when the battery is empty and the phone switched off. Then after the phone is charged and switched on. That then the app does not send data to the server. Even though the server status slider is switched on in the app.
When i disable the server status slider
and switch it on again then the device directly comes online in the server.
Is there a way to fix this? Because the device user does not notice that the device stops updating.
I have both the Traccar Manager and Traccar Client applications installed on different devices. I have registered my Client app's device on my Traccar Manager app. However, sometimes the Traccar Client stops sending location updates to the Traccar Manager, and I am unable to receive location updates on my app's connected socket. This issue occurs almost 100% of the time with the Traccar Client iOS app but works correctly about 90% of the time with the Traccar Client Android app. I need some guidance regarding this issue. What could be the reason the Traccar Client stops sending location updates to the Traccar server, and why I am unable to receive them on my Flutter application's connected socket?