-
Notifications
You must be signed in to change notification settings - Fork 1
Integrating predict.io Cordova iOS Plugin
Umer Asif edited this page Oct 21, 2016
·
4 revisions
- 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