com.telerik.plugins.healthkit
Advanced tools
Comparing version
{ | ||
"version": "0.5.1", | ||
"version": "0.5.3", | ||
"name": "com.telerik.plugins.healthkit", | ||
@@ -4,0 +4,0 @@ "cordova_name": "HealthKit", |
@@ -35,2 +35,3 @@ # Cordova HealthKit Plugin | ||
* `queryCorrelationType` | ||
* `deleteSamples` | ||
@@ -44,3 +45,3 @@ ### Resources | ||
### Tips | ||
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed (see iOS dev center). | ||
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed. This is added automatically to your app if you use cordova-ios 4.3.0 or higher. | ||
* Also, make sure your app and AppStore description complies with these Apple review guidelines: https://developer.apple.com/app-store/review/guidelines/#healthkit | ||
@@ -47,0 +48,0 @@ |
@@ -74,3 +74,3 @@ function HealthKit() { | ||
}; | ||
} | ||
}; | ||
}; | ||
@@ -116,2 +116,4 @@ | ||
define('deleteSamples', {required: 'sampleType'}, hasValidDates); | ||
define('queryCorrelationType', {required: 'correlationType'}, hasValidDates); | ||
@@ -118,0 +120,0 @@ define('saveQuantitySample', {required: 'sampleType'}, hasValidDates); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
153149
8.21%112
0.9%60
1.69%