Reputation: 5303
Using the Fit sample project from Apple that implements HealthKit I can write some data like birthday, height, weight and others with [HKHealthStore saveObject:]
. But how can I write other data like Medical Notes, Conditions, Allergies & Reactions that appear in Medical ID in Apple's Health application?
I can not find anything equivalent like HKQuantityTypeIdentifierHeight
, but to save these notes;
Upvotes: 6
Views: 1313
Reputation: 7353
The HealthKit API does not provide access to Medical ID. There is no API on iOS for changing the user's Medical ID.
Upvotes: 9