Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moengage-getz-tagging-workspace-status.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

SDK needs support to enable the update by the user application or install the application. You need to have logic on the app side to distinguish between app INSTALL and UPDATE. If the user was already using your application and has just updated to a new version that has MoEngage SDK, it is an update. Call the below API
using MoEngage;
MoEngageClient.SetAppStatus(MoEAppStatus.UPDATE);
In case it is a fresh install call the below API
using MoEngage;
MoEngageClient.SetAppStatus(MoEAppStatus.INSTALL);