0

Using Apples MapKit API, is there a way to add a listener to determine if the user's current location has changed? Is it also possible to do this in the background while the app is not running?

1 Answers1

0

Please see this post for listener to determine user's location change. This is not possible to be done in background. In iOS, when your app is not running, it cannot report location or anything.

Fangming
  • 24,551
  • 6
  • 100
  • 90
  • Non of those seem to be working. I tried testing if the current location is equal to the location.last. not sure what to do now? – Yehuda Lelah Jun 29 '17 at 01:04