traccar / traccar-client-ios

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

Does not buffer data for wifi if cellular data is turned off. #59

Closed NoMoreNicksLeft closed 6 years ago

NoMoreNicksLeft commented 6 years ago

If cellular data is turned on, I get beautiful tracking from this app. However, I'm not on an unlimited data plan, and while it's not especially verbose I tried to turn it off for the app (I still have a connection).

When in this mode, it seems to drop everything up until I get to home or work and have a wifi connection again.

This doesn't seem to be intended behavior that I have been able to determine, but possibly a side effect of iOS's ability to deny cell data to specific apps.

Though I have not had a chance to test it personally, I expect that it would work fine for tracking in places where cell coverage is nil.

tananaev commented 6 years ago

It should save data. Are you sure it's not just a consequence of app not running in the background? See this:

https://github.com/tananaev/traccar-client-ios/issues/58

NoMoreNicksLeft commented 6 years ago

I do not believe it to be so, because until I turned off the cell data, it was working well. I will run an experiment tomorrow to check for certain.

tananaev commented 6 years ago

I would recommend to wait for version 5.1. It fixes some issues that are present in 5.0, so it might solve your problem as well.

mwl commented 6 years ago

I bet there's a long waiting list in the App Store at the moment :) If you fancy, I'm happy to test the app through TestFligt?

tananaev commented 6 years ago

It's already picked for review, so hopefully it should be available in a few hours. If they find some problems we can try test flight.

NoMoreNicksLeft commented 6 years ago

I seem to have been mistaken with my initial assumption. The latest update seems to have fixed whatever actually was happening.