diff --git a/README.md b/README.md index c7eedd162b29cd411803266b4062f8bf9b1b9e51..58fb0acf81d4c59648583b051b9ca2d54fe1e3f6 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,29 @@ The available HealthKit permissions to use with `initHealthKit` | ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned | + +| Permission | HealthKit Identifier Type | Read | Write | +|------------------------|------------------------------------------------|------|-------| +| DateOfBirth | HKCharacteristicTypeIdentifierDateOfBirth | ✓ | | +| BiologicalSex | HKCharacteristicTypeIdentifierBiologicalSex | ✓ | | +| Height | HKQuantityTypeIdentifierHeight | ✓ | ✓ | +| Weight | HKQuantityTypeIdentifierBodyMass | ✓ | ✓ | +| BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage | ✓ | ✓ | +| BodyMassIndex | HKQuantityTypeIdentifierBodyMassIndex | ✓ | ✓ | +| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | ✓ | ✓ | +| StepCount | HKQuantityTypeIdentifierStepCount | ✓ | ✓ | +| DistanceWalkingRunning | HKQuantityTypeIdentifierDistanceWalkingRunning | ✓ | ✓ | +| DistanceCycling | HKQuantityTypeIdentifierDistanceCycling | ✓ | ✓ | +| BasalEnergyBurned | HKQuantityTypeIdentifierBasalEnergyBurned | ✓ | ✓ | +| ActiveEnergyBurned | HKQuantityTypeIdentifierActiveEnergyBurned | ✓ | ✓ | +| FlightsClimbed | HKQuantityTypeIdentifierFlightsClimbed | ✓ | ✓ | +| NikeFuel | HKQuantityTypeIdentifierNikeFuel | ✓ | | +| AppleExerciseTime | HKQuantityTypeIdentifierAppleExerciseTime | ✓ | | +| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | ✓ | ✓ | + + + + Options -------