Support for cycling power & cadence sensors in HKWorkoutSession on iOS?

Hi everyone,

while testing HKWorkoutSession with HKLiveWorkoutBuilder on iOS 26 Beta (cycling workout), I noticed the following behavior:

– Starting a cycling HKWorkoutSession automatically connects to my Bluetooth heart rate monitor and records HR into HealthKit ✅ – However, my Bluetooth cycling power meter and cadence sensor (standard BLE Cycling Power & CSC services) are not connected automatically, and no data is recorded into HealthKit ❌

On Apple Watch, when starting a cycling workout, these sensors do connect automatically and their data is written to HealthKit — which is exactly what I would expect on iOS as well.

Question:

Is this by design, or is support for power and cadence sensors planned for iOS in the same way as on watchOS? Or do we, as developers, need to implement the BLE Cycling Power and CSC profiles ourselves (via CoreBluetooth) if we want these metrics?

Environment:

– iOS 26 Beta – HKWorkoutSession & HKLiveWorkoutBuilder (cycling) – Bluetooth HRM connects automatically – BLE power & cadence sensors do not

This feature would make it much easier to develop cycling apps with full HealthKit integration, and also create a more consistent user experience compared to watchOS.

Thanks for any insights!

Answered by Frameworks Engineer in 849350022

Cycling sensors connectivity to iOS is not supported in iOS 26. It's only supported on watchOS. Please file a Feedback with this request and your use cases though for us to bring that functionality to iOS.

Accepted Answer

Cycling sensors connectivity to iOS is not supported in iOS 26. It's only supported on watchOS. Please file a Feedback with this request and your use cases though for us to bring that functionality to iOS.

Support for cycling power & cadence sensors in HKWorkoutSession on iOS?
 
 
Q