Skip to content

Commit e5abd9a

Browse files
committed
Add NSHealthShareUsageDescription and NSHealthUpdateUsageDescription keys to watch extension plist
1 parent e81c5af commit e5abd9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WatchApp Extension/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>CLKComplicationPrincipalClass</key>
2626
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
27+
<key>NSHealthShareUsageDescription</key>
28+
<string>Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation. Sleep data from the Health database is used to optimize delivery of Apple Watch complication updates during the time you are awake.</string>
29+
<key>NSHealthUpdateUsageDescription</key>
30+
<string>Carbohydrate meal data entered in the app and on the watch is stored in the Health database. Glucose data retrieved from the CGM is stored securely in HealthKit.</string>
2731
<key>CLKComplicationSupportedFamilies</key>
2832
<array>
2933
<string>CLKComplicationFamilyCircularSmall</string>

0 commit comments

Comments
 (0)