I\'ve been trying to figure out how to get the user\'s location when the app is terminated like how the app Moves does it. The only way I know of doing so is with Significan
From the docs
Tracking the User’s Location
There are several ways to track the user’s location in the background, most of which do not actually require your app to run continuously in the background:
The significant-change location service (Recommended) Foreground-only location services Background location services
Background Execution
And for the details - Getting the User’s Location