jpush-flutter-plugin icon indicating copy to clipboard operation
jpush-flutter-plugin copied to clipboard

Tried to send a platform message to Flutter

Open piaoyuan opened this issue 2 years ago • 2 comments

D/| JPUSH | Flutter | Android | (18314): handlingNotificationReceive cn.jpush.android.intent.NOTIFICATION_RECEIVED D/| JPUSH | Flutter | Android | (18314): transmitNotificationReceive title=你有新的待办任务alert=请打开查收9extras={cn.jpush.android.ALERT_TYPE=7, cn.jpush.android.NOTIFICATION_ID=519439228, cn.jpush.android.MSG_ID=18100646173794945, cn.jpush.android.ALERT=请打开查收9, cn.jpush.android.EXTRA={}}

but FlutterJNI was detached from native C++. Could not send. Channel: jpush 应用退出到后台再回到前台/应用在后台,可以接收到消息通知,但接受不到事件回调,提示上面的错误

piaoyuan avatar Mar 09 '23 03:03 piaoyuan

可以检查一下代码前台服务 flutter_foreground_task 等插件可能会导致此问题

Lonely-shang avatar Mar 19 '24 02:03 Lonely-shang

可以检查一下代码前台服务 flutter_foreground_task 等插件可能会导致此问题

也遇到同样问题,不是必现的,也使用了flutter_foreground_task,请问怎么处理呢?

nanixiaoseng avatar Aug 02 '24 01:08 nanixiaoseng