Blood glucose values were added back in Health in iOS 8.2: https://support.apple.com/en-us/HT203113
How do I construct a HealthKit HKUnit for mmol/L (millimoles per liter) for Blood Glucose values?
The following both throw exceptions: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unable to parse factorization string...
HKUnit *mmolPerL = [HKUnit unitFromString:@"mmol<molar mass>/L"];
HKUnit *mmolPerL = [HKUnit unitFromString:@"mmol/L"];