Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 640 Bytes

Requirement

  1. ionic installed
  2. cordova installed
  3. cordova platform dependencies installed
  4. That's it.

Getting started with countly ionic framework

  1. ionic start myApp blank
  2. ionic platform add android
  3. ionic platform add ios
  4. cordova plugin add https://github.com/Countly/countly-sdk-js.git
  5. 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
  6. look at the example in the current repo
  7. ionic run android / ios
  8. Still facing any problem?
  9. Make an issue on https://github.com/Countly/countly-sdk-js.git
  10. That's it.