This is solely required for migration to the MoEngage Platform. We need your help to tell the SDK whether the user is a new user for on your app(first Install) or an existing user who has updated to the latest version.
Make use of the setAppStatus
method as shown below to track Install/Update as shown below:
var moe = new MoECordova.init();
// For fresh Install
moe.setAppStatus("INSTALL");
// For tracking App Update
moe.setAppStatus('UPDATE');