Hi.
is there a explicit HKQuantityTypeIdentifier for the new Cadence value in iOS 16.
I only can find in the documentation HKQuantityTypeIdentifier
runningPower
runningSpeed
runningStrideLength
runningVerticalOscillation
runningGroundContactTime
But nothing like runningCadence???
Post
Replies
Boosts
Views
Activity
Hi,
I am running the "Building a multidevice workout app" sample:
https://developer.apple.com/documentation/healthkit/workouts_and_activity_rings/building_a_multidevice_workout_app
I do not get any values for the .cyclingSpeed Value?
Is this correct or should there be any value while moving around?
Also i wonder if i can get the GPS values like altimeter or location from the HKWorkoutSession?
Thanks
Hi,
I have an app that implements the Cycling Power Service 1.1, https://www.bluetooth.com/de/specifications/specs/cycling-power-service-1-1/
As expected, I can select this app as a Health Device in the Bluetooth settings of my Apple Watch.
However, when I run the BLE app on the paired iPhone, the Apple Watch does not detect the BLE Service as a Health Device!
Is this a bug, or is it designed this way?
If so, is there another API where I can send power meter data from iOS to a running Watch Workout?
Hi.
is it possible to create a Custom Workout with different activity types.
I want a Custom Workout where the user first has to run and after do skiing.
Its like a little bit like SwimBikeRun but with running and Skiing.
How can i do this?
Thank you