- 插件版本:2.2.13
- react-native 版本:0.57.3
你好,我在componentWillUnmount方法中使用了demo中的方法
//清除所有推送通知
JPushModule.clearLocalNotifications();
JPushModule.clearAllNotifications();
JPushModule.removeReceiveCustomMsgListener(this.receiveCustomMsgListener)
JPushModule.removeReceiveNotificationListener(this.receiveNotificationListener)
JPushModule.removeReceiveOpenNotificationListener(this.openNotificationListener)
目前情况是 ios中的logo数量角标没办法清除,安卓中是logo没有角标数字
你好,我在componentWillUnmount方法中使用了demo中的方法
//清除所有推送通知
JPushModule.clearLocalNotifications();
JPushModule.clearAllNotifications();
JPushModule.removeReceiveCustomMsgListener(this.receiveCustomMsgListener)
JPushModule.removeReceiveNotificationListener(this.receiveNotificationListener)
JPushModule.removeReceiveOpenNotificationListener(this.openNotificationListener)
目前情况是 ios中的logo数量角标没办法清除,安卓中是logo没有角标数字