How do I record a mindfulSession while using HKWorkoutSession in watchOS 3? I'm able to ask for mindfulSession permissions both reading and writing but when I use store.execute(query)
to start the HKWorkoutSession I don't get anything in the updateHanlder. The heart rate with HKWorkoutSession works perfectly even in background. but I'm not able to figure out how suppose this to work. HKCategoryTypeIdentifier.mindfulSession
Any Help will be appreciated.
Thanks,