Commit ae4ff033 by Demid Merzlyakov

IOS-74: AppsFlyer uninstall monitoring: sandbox in DEBUG.

parent 1f1e9901
......@@ -89,6 +89,9 @@ public class PushNotificationsManager: NSObject {
log.info("Got new APNS token: \(tokenString)")
MoEngage.sharedInstance().setPushToken(pushToken)
AppsFlyerLib.shared().registerUninstall(pushToken)
#if DEBUG
AppsFlyerLib.shared().useUninstallSandbox = true
#endif
}
}
......
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