Install/Update Differentiation
warning

Critical

Microsoft is replacing Xamarin with .NET MAUI and the support for the latest release of Xamarin is till November 2023. MoEngage will stop providing updates for the MoEngage Xamarin SDK due to the deprecation. Deprecation impacts Xamarin In-App Messaging and will stop working after June 2022. All other features will continue to work in the Xamarin SDK until November 2023.

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 or an existing user who has updated to the latest version.

If the user was already using your application and has just updated to a new version that has MoEngage SDK it is an updated call the below API

C#
MoEXamarin.Current.SetAppStatus(MoEAppStatus.UPDATE);

In case it is a fresh install call the below API

C#
MoEXamarin.Current.SetAppStatus(MoEAppStatus.INSTALL);
Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?