I receive multiple resting heart rate readings throughout the day. I understand these readings are taken during the day while sedentary. However, if I query for:
HKQuantityType.quantityType(forIdentifier: .restingHeartRate)
I only receive ONE sample for the day, even though throughout the day multiple samples are observed. This is confirmed by looking at the Apple Health app and seeing only one recorded resting heart rate each day.
Is there a way to get the individual resting heart rate readings for the .restingHeartRate type or am I stuck with querying the raw heart rate data for sedentary values (which don't always match Apples reported rhr)?