aliyun / alibabacloud-push-flutter-plugin

MIT License
21 stars 8 forks source link

安卓通知栏没有显示对应通知 #11

Open sufangyu opened 1 year ago

sufangyu commented 1 year ago

推送通知能够正常接受,有触发 onNotification 回调,但是安卓通知栏没有显示对应通知。

sitaryo commented 1 year ago

如果设备是 android 8.0 以上,可能由于这个原因引起的。需要手动设置 channel。
eg:
AliyunPush().createAndroidChannel('channel_id', 'name', 2, 'channel_description'); 后端推送时再添加 AndroidNotificationChannel 参数,向对应 channel 推送消息