Installation
Cordova ==> Apple Health module
Apple Health has its own module in the Inform SDK, therefore the following modules are required to use the Apple Health integration:
- Core (Session)
- Apple Health
Creating a Cordova project using the ValidicMobile plugin involves the following steps. Additional Cordova commands and options are available. Consult Cordova documentation for additional information.
- Change directory to the root of your Cordova project:
cd <path>
- Add the desired platforms to the project:
cordova platform add ios --save
- Add the HeathKit NPM Package:
npm install @validic-mobile/cordova-inform-healthkit --registry=https://validic.jfrog.io/artifactory/api/npm/mobile-npm-release/ --save
- Add the Validic HealthKit Plugin to the cordova project:
cordova plugin add @validic-mobile/cordova-inform-healthkit
Updated 2 days ago