我已将MixPanel集成到我的应用程序中并与其他跟踪器和推送通知一起正常工作,但现在我想实现In App Notification。我想在我的应用程序的付款页面上显示In App Notification,以向用户显示促销代码。
我已关注MixPanel的文档,但仍未收到通知。
如果有人在之前使用In App Notification实施了MixPanel,请帮助我。
我在付款页面的showNotification
方法中调用了viewWillAppear:
方法。
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
//Display In App Notifications
mixpanel?.showNotification()
}
应该感谢任何帮助。 提前谢谢。