How to read heart rate directly from Apple watch sensor use a custom app (not indirect access via HealthKit)?
All available documents suggests using HKWorkoutSession, but without any information as to how the sensor value can be retrieved. The example provided in the official link below takes in constant values without giving any details how to use sensor values.
https://developer.apple.com/documentation/healthkit/hkworkout
Any information would be much appreciated