How to get iOS GPS record when app closed

Is there any way to read iOS system GPS record when app been closed?


Detail info as below, thank KMT's remind.😊

-------------------------------------------------


Hi guys,


A little confuse about iOS gps record issue recently, several days ago, I downloaded an app about UBI (Usage Based Insurance), it can record your GPS location, and build a route path to analyze your driving behavior, when it running on the front or background side, of corse.


But one time, I found after I double clicked the home button, and slide the app and closed it, after about half hour driving, when I reopened the app (by click the app icon), from its "path history", I found my driving path half hour ago with big suprise.


HOW????


As I know when I close the app, none part of this app or service running on my iOS any more, it can not play any music, record any GPS location, upload any data to any background server, nothing running in the RAM of my cell phone, correct me if I'm wrong, so HOW can this app record my GPS location after I closed it.


My guess is this app can read my iOS system level GPS record? If yes, it's legal? Why iOS keep recording my GPS location, how can I stop it???

> Why iOS keep recording my GPS location, how can I stop it???


User-centric questions may be better suited for Apple's public community support forums rather than here in the developer/IDE forums, thanks.

https://discussions.apple.com

@AppleSupport twitter

You can edit your question above...might help avoid confusion, etc. thanks.

If the app uses the significant location change service, it will be relaunched on significant location change even after force quit (iOS 8 and later), and I believe if it has "Always" permission it can restart continuous monitoring at that point using the standard APIs. Haven't done that myself to confirm.


Everything you are allowed to do is described in the Location & Maps Programming Guide.

How to get iOS GPS record when app closed
 
 
Q