我实现了Azure NotificationHub推送通知。我测试了几个设备。
它可以在以下设备上运行:
但在运行安卓8.0.0 (API26)的三星S9手机上没有收到推送通知
三星S9可能出了什么问题?
发布于 2018-09-30 06:04:49
从Android8开始,通知需要显示一个NotificationChannel。Azure NotificationHub tutorial没有提到NotificationChannels。另请参阅:Notification not showing in Oreo
https://stackoverflow.com/questions/52567976
复制相似问题