I've started to play with the Pedometer and it's working just fine. I've made a timmer that will show me the working out time and it's working perfectly tracking the Activity Type. The Pedometer will update in the background automatically, however, the timmer will not. I know I have to use a Notification for applicationDidEnterBackground. I can find out how much time elapsed since the app went into the background till now so I can make the difference in time.
My problem is: How would I know how much of that time is WALKING & RUNNING? Because it's going to give the time for all Events. Does anybody know a solution to achieve this?