Post

Replies

Boosts

Views

Activity

Comment on Tracking User Activity (Driving/Walking) Periodically with Background Execution (Background state & Terminated state)
I want a solution to keep tracking the user once he started in driving state until parking. I tried many solutions like use significant location changes, and silent push notifications and background tasks, but no one of them worked as expected. I need when user started in driving the app be active until the user parked his car. I'm using CoreMotion and CoreLocation. The challenge is when the app is not active like killed or suspended. So, how to do this? is this possible or not?
1w