mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
28 lines
769 B
Markdown
28 lines
769 B
Markdown
---
|
|
description: >-
|
|
Health Kit plugin for Cordova and Ionic. The HealthKit plugin allows you to read data from and write data to the iOS 8+ HealthKit framework. Any data saved…
|
|
---
|
|
|
|
# Health Kit
|
|
|
|
The HealthKit plugin allows you to read data from and write data to the iOS 8+ HealthKit framework.
|
|
Any data saved shows up in the iOS Health app and is available for other iOS apps.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add com.telerik.plugins.healthkit
|
|
npm install @awesome-cordova-plugins/health-kit
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/Telerik-Verified-Plugins/HealthKit](https://github.com/Telerik-Verified-Plugins/HealthKit)
|
|
|
|
## Supported Platforms
|
|
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|