0

Hi I'm new to iPhone app development. I need to update users location even when app is terminated or killed by users. Is it possible in swift code?

1 Answers1

0

You can track the user's location while your app is still active in the background if you are registered for background updates, which you can find out how to do here. However you can not track a user once they have quit your application.

Wes
  • 1,032
  • 7
  • 11