Install/Update Differentiation 11.x.x
Follow

SDK needs support to enable the update by the user application or install the application.
You need to have a logic on the app side to distinguish between app INSTALL and UPDATE

KotlinJava
 //For Fresh Install of App
  MoEHelper.getInstance(context).setAppStatus(AppStatus.INSTALL)

  // For Existing user who has updated the app
  MoEHelper.getInstance(context).setAppStatus(AppStatus.UPDATE)

 

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