Closed lukepighetti closed 2 months ago
Right now if you ask for HealthDataType.NUTRITION on iOS it requests a lot of individual permissions. We only need Carbohydrates, Protein, Total Fat
HealthDataType.NUTRITION
Carbohydrates
Protein
Total Fat
found granular permissions!
HealthDataType.DIETARY_CARBS_CONSUMED: HealthDataAccess.READ_WRITE, HealthDataType.DIETARY_PROTEIN_CONSUMED: HealthDataAccess.READ_WRITE,
Right now if you ask for
HealthDataType.NUTRITION
on iOS it requests a lot of individual permissions. We only needCarbohydrates
,Protein
,Total Fat