jpush / jpush-flutter-plugin

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

android flutter 层onReceiveMessage收不到,但是在native层是接到自定义消息了的 #318

Open caizhimin228 opened 2 years ago

caizhimin228 commented 2 years ago

image 但是不会传到flutter 这边来 请问是为什么

Jayshanx commented 2 years ago

遇到同样的问题 参考这个pr https://github.com/jpush/jpush-flutter-plugin/pull/282

里面有提到 基于static的持有JPushPlugin instance,并在每次attach之后被新的plugin实例覆盖,这样是不合理的,存在潜在bug

MaimiHu commented 2 years ago

image 但是不会传到flutter 这边来 请问是为什么

同样的问题,一样的日志

Lonely-shang commented 8 months ago

可以尝试检查代码中调用前台服务 flutter_foreground_task等插件 会导致此类问题出现

supermebing commented 1 month ago

遇到同样的问题 参考这个pr #282

里面有提到 基于static的持有JPushPlugin instance,并在每次attach之后被新的plugin实例覆盖,这样是不合理的,存在潜在bug

请问你解决了吗