I am developing an app which uses CLLocationManager
to track user's current location.
As soon as I launch app, it works well till the end of the day, I used to get the user's location till evening 5'o clock.
I want my app to start automatically on the next day morning, without launching the app but my app is running in the background. I just want to work like alarm manager in android. Any suggestions?
I want CLLocationManager to startUpdatingLocation even when the device is rebooted without launching the app [while switching off the device, the app is running in background]
How to implement this?