Mobile first server 7.1 - Issue with Android Devices when send multiple push notifications only last message is received in Notification center

随声附和 提交于 2019-12-25 03:37:19

问题


When I send multiple notifications to Apple or Android devices through MFP, Apple devices will receive all the notifications on the other hand Android will only receive the last notification. We are using Unicast Notification to send messages to user devices using this REST API.


回答1:


Android devices will also receive all the push notifications sent by the MFP server. The notification shade ( center) will however display only the last received. This does not mean the earlier ones are lost. They are all still available, just not visible in the notification shade.

You have not mentioned the complete build version of your MFP. To see all the notifications in the shade-

install the latest ifix from FixCentral, rebuild your application. Edit your wlclient.properties and add the following property-

showAllNotificationsInTray=true


来源:https://stackoverflow.com/questions/34617678/mobile-first-server-7-1-issue-with-android-devices-when-send-multiple-push-not

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!