Worklight / MobileFirst广播推送通知实施

时间:2017-03-23 11:38:30

标签: push-notification ibm-mobilefirst

我要做一个worklight / mobilefirst广播推送通知。为了实现广播推送通知,我必须遵循哪些步骤。

1 个答案:

答案 0 :(得分:1)

广播通知

广播通知是一种针对所有订阅设备的标记推送通知形式,默认情况下,通过订阅保留的Push.all启用任何支持推送的MobileFirst应用程序标签(为每个设备自动创建)。可以通过取消订阅保留的Push.all标记来禁用广播通知。

我建议你参观MobileFirst Foundation 8.0中的MobileFirst Push Notification。

见这里:

  

通知概述

https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/notifications/

  

发送通知

https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/notifications/sending-notifications/

  

处理Cordova中的推送通知

https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/notifications/handling-push-notifications/cordova/