Reputation: 3930
In my app the user can record activities and I also store them in Apple-Health.
For each HKWorkout
that I create I also save a HKWorkoutRoute
of the path the user took.
The workouts are properly visible in the Fitness app with data like duration, distance, ... Fine. But the route (the MapView with the track) is not always displayed in the Fitness App. Sometime it is, sometimes it's not. If I query the same HKWorkout
object for its' route in my code, it finds it, but it will just not display it in the Fitness App.
Now I got a user-complaint why that is now properly shown. And I don't really know where to start digging. So any hint is greatly appreciated!
Also... is there a way to check the data in the Health app? I couldn't find a way to do so.
Upvotes: 3
Views: 243