Install/Update differentiation 7.x.x

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:

JavaScript
var moe = new MoECordova.init();
// For fresh Install
moe.setAppStatus("INSTALL");
// For tracking App Update
moe.setAppStatus('UPDATE');

Previous

Next

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

How can we improve this article?