jpush / jpush-react-native

JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。
http://docs.jiguang.cn
MIT License
1.35k stars 340 forks source link

收到通知后点击通知JPush.addNotificationListener无法监听到 #715

Open bashen1 opened 4 years ago

bashen1 commented 4 years ago

你的运行环境

期望效果

JPush.addNotificationListener进入监听

实际效果

JPush.addNotificationListener无法监听到

重现步骤

  1. Android手机:华为冷启动、热启动app无法执行到JPush.addNotificationListener,小米热启动app无法执行到JPush.addNotificationListener
  2. iOS没有问题
  3. 不是厂商通道SDK的问题,因为在另外一台锤子手机上也是和小米一样,只要连续返回退出app的热启动,能收到通知,但是无法进入JPush.addNotificationListener

Debug logs

包括 Android 或 iOS 的日志:

bashen1 commented 4 years ago

经测试 把模块换回2.5.3解决问题

whereiscode commented 4 years ago

@bashen1 什么是热冷启动?

whereiscode commented 4 years ago

请问这个bug 什么时候修复

quietautumn commented 4 years ago

同样的问题,点击通知的进入app的时候,进入不了addNotificationListener方法里面,反而直接点击进去app,会走这个方法,感觉有点奇怪

leslieli8899 commented 4 years ago

经测试 把模块换回2.5.3解决问题

哥,我也遇到这个问题了,我这边也用2.5.3,能收到通知,就是点击通知后没有监听到方法里,有空麻烦加下我的QQ:197463816 ,解决后有红包,谢谢!

kangfenmao commented 4 years ago

遇到了同样的问题:"jpush-react-native": "^2.7.5"