traccar / traccar-client-ios

Traccar Client for iOS
https://www.traccar.org/client
Apache License 2.0
213 stars 309 forks source link

Strange Behavior #55

Open computerUser9 opened 7 years ago

computerUser9 commented 7 years ago

I havent turned my IOS Client on for several months; when I set service status to "on", it sends 100s of old messages (every time I turn it on), and then doesn't send any new data. I've upgraded to the latest version.

I just have simple server that gathers the GET messages and stores the GPS location in a DB. It was working in December (when I last worked on it). I don't understand why the client isn't sending updates (I have it set to send every 60 seconds).

I don't want to use the server; I just want the phone GPS location. This used to work. Has something changed?

tananaev commented 7 years ago

Traccar Client buffers old data, so I guess it was running without network connection for a while, so now it's uploading all that data.