flutter_jpush icon indicating copy to clipboard operation
flutter_jpush copied to clipboard

Flutter版本jpush

Results 20 flutter_jpush issues
Sort by recently updated
recently updated
newest added

HUAWEI nova 3e, android 9,EMUI 9.1.0, 能收到推送,但是onReceiveNotification 和onReceiveMessage 回调不执行 App在前台 _onOpenNotification 可以正常调用

Methods marked with @UiThread must be executed on the main thread. Current thread: MessageReceiver FlutterJPushPlugin.java:727行 result.success(map);此行代码造成闪退

报错信息:java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: MessageReceiver

ios上有通知栏,但收不到消息,点击通知栏才可以获取消息,如何在有通知栏时获取到消息

/// 获取别名 FlutterJPush.getAlias().then((JPushResult result) { if (result.isOk) { print('alias: ${result.result}'); } }); 报错:E/AndroidRuntime: FATAL EXCEPTION: MessageReceiver Process: com.gxanxun.smart_maintenance, PID: 21978 java.lang.RuntimeException: Methods marked with @UiThread must be executed on the...

``` Attribute service#cn.jpush.android.service.PushService@process value=(:mult) from [:flutter_jpush] AndroidManifest.xml:63:13-36 is also present at [cn.jiguang.sdk:jpush:3.3.4] AndroidManifest.xml:65:13-40 value=(:pushcore). Suggestion: add 'tools:replace="android:process"' to element at AndroidManifest.xml:60:9-70:19 to override. ```

我想在弹出消息之后再实现点击通知栏进入特定的页面,请问这个通知栏上有点击事件吗

D/FlutterJPushPlugin(30870): MyJPushMessageReceiver init E/AndroidRuntime(30870): FATAL EXCEPTION: MessageReceiver E/AndroidRuntime(30870): Process: com.jzoom.pushtest, PID: 30870 E/AndroidRuntime(30870): java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: MessageReceiver E/AndroidRuntime(30870): at...

print("初始化jpush"); await FlutterJPush.startup(); print("初始化jpush成功"); FlutterJPush.getRegistrationID().then((String registrationId) { print("主动获取设备号:$registrationId"); }); FlutterJPush.addnetworkDidLoginListener((String registrationId) { /// 用于推送 print("收到设备号:$registrationId"); }); 打印: I/flutter (29062): 初始化jpush I/flutter (29062): NavObserverDidPush-Current:/ Previous:null D/libc-netbsd(29062): [getaddrinfo]: hostname=uat-api.xdp.xi-life.cn; servname=(null); app_pid=29062; app_uid=10270;...