Fetch background location when app is terminated

  1. SDK Version: 43
  2. Platforms(Android/iOS/web/all): Android/Ios

I’m developing an app that fetches user background location while user is driving.
I can track his location while app is in foreground or background. But when user terminates app, location updates also stop.
Is there any way to fetch background location when app is terminated, without ejecting from managed workflow?

I’m using taskmanager together with locations. For location updates I’m using

startLocationUpdatesAsync

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.