Framework Dependency 7.x.x

Adding MoEngage Plugin

Add cordova-moengage-core plugin to cordova project as shown below :

Shell
$ cordova plugin add cordova-moengage-core --variable APP_ID="[your_workspace_id]"

Variables

  • APP_ID = Workspace ID found under the settings page on the MoEngage dashboard.

Plugin Name Update

Starting from version 5.0.2, we have changed the name of our plugin. Earlier it was registered as moengagesdk and now it is renamed to cordova-moengage-core. In case if you are updating from version 5.0.1 or earlier. Please make sure to remove the older version of the plugin first and then install the newer plugin as shown below:

Shell
$ cordova plugin remove cordova-plugin-moengage
$ cordova plugin add cordova-moengage-core --variable APP_ID="[your_app_id]"

After installing the plugin, use the following platform-specific configuration.

Previous

Next

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?