Azure NotificationHub 推送通知不适用于 Android 8.0 API 26
Azure NotificationHub push notification doesn't work for Android 8.0 API 26
我实现了 Azure NotificationHub 推送通知。我测试了几个设备。
它适用于这些设备:
- 三星 J5 phone Android 7.1.1 (API 25)
- 三星平板电脑 A Android 7.1.1 (API 25)
但在三星 S9 上没有收到推送通知 phone 运行 Android 8.0.0 (API 26)
三星 S9 可能有什么问题?
从 Android8 开始,通知需要 NotificationChannel to be shown. The Azure NotificationHub tutorial does not mention NotificationChannels. See also:
我实现了 Azure NotificationHub 推送通知。我测试了几个设备。
它适用于这些设备:
- 三星 J5 phone Android 7.1.1 (API 25)
- 三星平板电脑 A Android 7.1.1 (API 25)
但在三星 S9 上没有收到推送通知 phone 运行 Android 8.0.0 (API 26)
三星 S9 可能有什么问题?
从 Android8 开始,通知需要 NotificationChannel to be shown. The Azure NotificationHub tutorial does not mention NotificationChannels. See also: