Installation

Cordova ==> Bluetooth module

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.

  1. Change directory to the root of your Cordova project cd <path>
  2. Add the desired platforms to the project, cordova platform add [ios | android] --save
  3. Add the npm package for the cordova plugin. npm install @validic-mobile/cordova-inform-ble --registry=https://validic.jfrog.io/artifactory/api/npm/mobile-npm-release/ --save
  4. Add the Validic BLE plugin to the cordova project, cordova plugin add @validic-mobile/cordova-inform-ble