Make sure "Background App Refresh" is enabled in the settings.
If you mean the option in capabilities options, where is background modes and Location updates - both are turned on. If these are not what you have in mind, please advise.
I don't really know what else can it be. You can try to get system logs from the device to see if it has any useful information.
solved. you need to add this line of code:
_locationManager.allowsBackgroundLocationUpdates = YES;
Looks like they changed API again in iOS 9.
Traccar client stop sending data when somebody close the app, but in preferences seems that all is correct. Traccar has "always" permission to use the gps.
What can I do?
Wait for the next version. There will be some improvements in the next release.
Hi,
I dont know if anyone is experiencing the same problem. I've downloaded traccar client from github. Everything works when app is active, when i push home button, location service is not active anymore.
Does anyone knw the solution for this?