Hello forum,
I want to keep my app running in the background after user swaps up, for the purpose of workout tracking.
- start up the task and continuously receipt GPS updates
- process the location data
- show the data on a live activity
Two examples
- Strava
- paddlelogger
Question:
- Does this mean, these two apps would just pause when the .backgroundTimeRemaining becomes 0?
- How does a workout app "work" in background mode, do I need to handle budget running out?