Installation
Cordova Inform SDK Wrapper
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 | android] --save
- Add the npm package for the cordova plugin.
npm install @validic-mobile/cordova-inform-core --registry=https://validic.jfrog.io/artifactory/api/npm/mobile-npm-release/ --save
- Add the Validic Core plugin to the cordova project,
cordova plugin add @validic-mobile/cordova-inform-core
These code examples add the Session module to your project.
Updated 2 days ago