I want to get user current location every 5 seconds, after app gets killed or terminated.
Is there any way I can achieve that?
I have tried
[locationManager startMonitoringSignificantLocationChanges]
but it only works when I move more than 500 meters or after 5 minutes.
I have also tried Background Task Identifier
UIBackgroundTaskIdentifier
but when I killed app then it is not working.
I have tried almost everything available but none of them are working.
Can I get current location using Silent Remote Notifications, because I have read it somewhere.