Post not yet marked as solved
Post marked as unsolved with 1 replies, 2,491 views
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 didchangelocationsFor app terminated i am using startMonitoringSignificantLocationChangesIt work only when device move more than 500 meter , then app become alive and location manager delegate methods being execute.My simple question is thatcan 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.