Install/Uninstall/Reinstall Integration Validation

This help article covers specific User Actions Testing related information like Install/Update/Uninstall/Reinstall across Android and iOS platforms.

What do we want to validate?

Ensuring that Install, Update, Uninstall, and Reinstall are tracked properly. INSTALL and UPDATE events aren't automatically tracked by our SDKs. Depending on the SDK integration, you will have to pass this information to our SDK.

How to validate?

First, we should get the app build for Android/iOS after it is integrated with MoEngage SDK. 

  • Once we install the app build on our device and then open the app, it should track the INSTALL event in the user profile.

    mceclip0.png
  • In case you have a newer version available and you install that app builds on top of the existing app on the device, it should track the UPDATE event in the user profile.
    mceclip2.png
  • In case you remove the app from the device or uninstall it, it should track UNINSTALL(via silent push or sending/testing push campaign). For more details, please refer to this Uninstall tracking.
    mceclip3.png
  • After you have uninstalled the app and installed it again on the same device, it should track the REINSTALL event in the user profile.
    mceclip1.png

 

Success Criteria

We should be able to track INSTALL, UPDATE, UNINSTALL, and REINSTALL correctly on the user profile as an event as it decides the reachability of the user via push.

mceclip0.png

  • If the user has still the app installed then the Install status of the user attribute will be true.mceclip0.png

Potential Issues and Solutions

  • If Install/Update is not correctly tracked, we will not be able to create campaigns to target users on install to register drop use cases, updating apps from one version to another. To fix the INSTALL/UPDATE issue, please check Android and iOS as per the platform.

  • If Uninstall tracking is not implemented correctly, this can lead to issues in push delivery like more stale users in the system but not reachable. To fix UNINSTALL tracking issue, please check this link.

Was this article helpful?
2 out of 4 found this helpful

How can we improve this article?