I have the task.
- My iOS app must send heartbeat messages to the server once for every 10 minutes.
- iOS app must do this always when the app is not killed (i.e. terminated i.e. removed from task manager) despite the screen is locked, the app in the background.
I'm trying to do this using "background location". But if I use CLLocationUpdate in its' usual mode - I get my battery drained.
Could you help me?