com.telerik.plugins.healthkit
Advanced tools
Comparing version
{ | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"name": "com.telerik.plugins.healthkit", | ||
@@ -4,0 +4,0 @@ "cordova_name": "HealthKit", |
@@ -51,5 +51,6 @@ # Cordova HealthKit Plugin | ||
```bash | ||
cordova plugin add com.telerik.plugins.healthkit --variable HEALTH_READ_PERMISSION='App needs read access' --variable HEALTH_WRITE_PERMISSION='App needs write access' | ||
``` | ||
cordova plugin add com.telerik.plugins.healthkit | ||
``` | ||
`HEALTH_READ_PERMISSION` and `HEALTH_WRITE_PERMISSION` are shown when your app asks for access to data in HealthKit. | ||
@@ -60,2 +61,11 @@ Using PhoneGap Build? | ||
<plugin name="com.telerik.plugins.healthkit" source="npm" /> | ||
<!-- Read access --> | ||
<config-file platform="ios" parent="NSHealthShareUsageDescription"> | ||
<string>App needs read access</string> | ||
</config-file> | ||
<!-- Write access --> | ||
<config-file platform="ios" parent="NSHealthUpdateUsageDescription"> | ||
<string>App needs write access</string> | ||
</config-file> | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70
16.67%112203
-26.75%12
-33.33%