Skip to content

Integrating predict.io Cordova iOS Plugin

Umer Asif edited this page Oct 21, 2016 · 4 revisions

To install the plugin, follow these steps:

  • Make sure your computer environment is set for latest Cordova
  • Add predict.io plugin to your project (command-line: cordova plugin add https://github.com/predict-io/PredictIO-Cordova.git command in your-project-name\ folder)
  • To begin tracking, you would need to call start method
  • Build (command-line: cordova build ios) in your-project-name\ folder
  • Run (command-line: cordova run ios) in your-project-name\ folder