Pushwoosh Android 通知在新出现时被替换

Pushwoosh Android notification is replaced when new come

我正在使用 pushwoosh 从服务器向设备发送通知。这没有任何问题。另外值得一提的是,我正在使用 phonegap/cordova。此问题仅与 android 有关,ios 没有此问题。

问题是当我在短时间内发送很少的通知时,android 通知区域中只显示一个。在我的代码中的通知句柄上,收到了所有通知。通知没有相同的标题或文本。

您需要为 Android 启用多重通知。在此处查找 "setMultiNotificationsMode":
https://github.com/Pushwoosh/pushwoosh-android-sdk/blob/master/Documentation/PushManager.md#setmultinotificationmode

You need to enable multi-notifications for Android.

PushManager.setMultiNotificationMode(context);