Okay, i will see it thanks.
Post
Replies
Boosts
Views
Activity
Okay what about activity recognition itself, without location tracking?
So the main idea is to track the user activity from driving until parking
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?