SDK Integration
To get up and running with MoEngage on Cordova, there a couple of steps to get you there.
Adding MoEngage Plugin
Add moengagesdk plugin to cordova project as shown below :
cordova plugin add moengagesdk --variable APP_ID="[your_app_id]"
Variables :
- APP_ID = App id found under the settings page on the MoEngage dashboard.
To install and initialize in the respective platforms, follow the docs given below:
Updated over 5 years ago
What’s Next