Nilesh
Nilesh

Reputation: 438

Continious location updates even if app is terminated in iOS

can anybody help me with getting device location even when the app is terminated. I know how to get location when app is in background. But I am still not able to get it when app is closed/terminated by user.

Thanks, Nilesh

Upvotes: 0

Views: 2133

Answers (3)

Parv Bhasker
Parv Bhasker

Reputation: 1901

kindly refer to these pages. it can be done using

[[LocationController sharedInstance] startMonitoringSignificantLocationChanges];

1) recieving location updates after app is terminated

2.) iOS update location even when app is terminated

3.) http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended

Upvotes: 1

Ashwin P
Ashwin P

Reputation: 501

Kindly refer http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended I have not tested the same. But you can give a try.

Upvotes: 4

Nilesh Patel
Nilesh Patel

Reputation: 6394

Once application got terminated from background, There is no way to retrieve the location continuously.

Upvotes: -1

Related Questions