I am passing in weight into HealthKit in either Kgs or Lbs dependent on how the user is entering data into my app.
In the Apple health app if I choose to display weight in either of those it is fine.
My app also lets users enter weight in UK Stones & Lbs.
So I set Apple Health to Stones and then in my app I pass the weight as Lbs (as Healthkit does not have a Stones).
What is displayed by Apple Health it completly wrong !
Is there a way to pass something in that will be displayed correctly - I can't believe Apples app can't do a simple Lbs to Stones & Lbs conversion.