-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Milestone
Description
Issue is related to #103 and #104
For some reason, even we have not enabled Clinical Records following instructions on Readme.md this snippet of code is included in our build.
HealthKit/src/ios/HealthKitClinicalRecords.m
Lines 256 to 259 in 0a10984
if ([sample isKindOfClass:[HKClinicalRecord class]]) { | |
HKClinicalRecord *clinicalRecord = (HKClinicalRecord *) sample; | |
NSError *err = nil; | |
NSDictionary *fhirData = [NSJSONSerialization JSONObjectWithData:clinicalRecord.FHIRResource.data options:NSJSONReadingMutableContainers error:&err]; |
We have not enabled Clinical Record but Apple has flagged our product during review because of references to these code.
Metadata
Metadata
Assignees
Labels
No labels