You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing blood pressure using CareKit.
I see the only 1 value is being pulled from store when we use CareKit.
So I put the systolic & diastolic values into sample.metadata. I confirmed that the meta data is saved into HealthKit Store correctly, I can see that in iOS HealthApp.
Now when I am pulling the samples, I don't get metadata at all.
OCKHealthKitStore+Outcomes.swift > line 158 ---
All the samples don't have metadata.
Any idea why? Please help
The text was updated successfully, but these errors were encountered:
Hello.
I am implementing blood pressure using CareKit.
I see the only 1 value is being pulled from store when we use CareKit.
So I put the systolic & diastolic values into
sample.metadata
. I confirmed that the meta data is saved into HealthKit Store correctly, I can see that in iOS HealthApp.Now when I am pulling the samples, I don't get metadata at all.
OCKHealthKitStore+Outcomes.swift > line 158
---All the samples don't have metadata.
Any idea why? Please help
The text was updated successfully, but these errors were encountered: