Install/Update differentiation

Since you might integrate us when your app is already on the App Store, we would need to know whether your app update would be an actual UPDATE or an INSTALL. Have a logic in place to differentiate between the two, and use the methods below to let the SDK know about the same:

Swift Objective-C
//For Fresh Install of App
MoEngage.sharedInstance().appStatus(.install)

// For Existing user who has updated the app
MoEngage.sharedInstance().appStatus(.update)

Previous

Next

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

How can we improve this article?