I am working with Swift for WatchOS 3 and HealthKit. How can you pull heart rate outside of a workout session? Thanks.
WatchOS 3 HealthKit Heart Rate and HKWorkout Sessions
You can do it the same way as from inside a workout. (As in create a query and then execute it with an instance of HKHealthStore.) However, it pulls rate data at a much slower rate than when done during a workout.
Thanks so much. I appreciate it.