Hi ,
I am working on a project, in which we need to access location of user every time whatever app is in foreground, background or have been terminated.
For foreground, background i can get the location by locationmanager using didchangelocations
For app terminated i am using startMonitoringSignificantLocationChanges
It work only when device move more than 500 meter , then app become alive and location manager delegate methods being execute.
My simple question is that
- can we get location every time while app have been terminated, not depend on the travelling distance or time.
- Apple will approve these kind of app, if we access location of user while app is running or not .
I will wait for your answer.