Our app seems to have all the pieces in place to fill the fitness rings on Apple Watch:
- Workout session starts with activity type HKWorkoutActivityTypeWalking and creates streaming queries for HR, calories and distance.
- Samples are stored in arrays
- Workout session ends, and, after converting it to an HKWorkout object, is saved to HealthKit
- Samples are saved to the HKWorkout object in HealthKit successfully
The workout appears in the Fitness rings app with our app's icon, but in the bar graphs above the Move and Exercise bars don't attribute to our app. What could we be missing?
Thank you!!!