- ionic installed
- cordova installed
- cordova platform dependencies installed
- That's it.
- ionic start myApp blank
- ionic platform add android
- ionic platform add ios
- cordova plugin add https://github.com/Countly/countly-sdk-js.git
- copy the example code in the script tag from https://github.com/Countly/countly-sdk-js/blob/master/index.html and paste it in /myApp/www/js/app.js
- look at the example in the current repo
- ionic run android / ios
- Still facing any problem?
- Make an issue on https://github.com/Countly/countly-sdk-js.git
- That's it.