You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
Android
iOS
Linux
macOS
Web
Windows
Proposal
With iOS 17 liveUpdates was added. Using this api along with backgroundActivitySession and setting permissions to always allow, will relaunch an app in the background when new positions come in even when an app is terminated.
Pitch
Looking at the issues, this not working in the background is the most common question that is brought up under the iOS tag. This will fix it for iOS 17 and 18.
One potential issue with the new api does not allow any configuration for setting range/accuracy just LiveConfiguration.
iOS 18 also requires usage of serviceSession to launch the app in the background from my testing.
Please check the following before submitting a new issue.
Please select affected platform(s)
Proposal
With iOS 17 liveUpdates was added. Using this api along with backgroundActivitySession and setting permissions to always allow, will relaunch an app in the background when new positions come in even when an app is terminated.
Pitch
Looking at the issues, this not working in the background is the most common question that is brought up under the iOS tag. This will fix it for iOS 17 and 18.
One potential issue with the new api does not allow any configuration for setting range/accuracy just LiveConfiguration.
iOS 18 also requires usage of serviceSession to launch the app in the background from my testing.
This is also a Swift only api. background tracking info
wwdc24 video wwdc23 video
The text was updated successfully, but these errors were encountered: