Commit dde9822f by Demid Merzlyakov

IOS-74: AppsFlyer monitor uninstalls.

parent 1b1c6675
......@@ -88,6 +88,7 @@ public class PushNotificationsManager: NSObject {
self.lastKnownPushToken = tokenString
log.info("Got new APNS token: \(tokenString)")
MoEngage.sharedInstance().setPushToken(pushToken)
AppsFlyerLib.shared().registerUninstall(pushToken)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment