PubNub:即使设备在前台也可以路由到推送通知服务
PubNub : Route to push notification service even if device is in the foreground
我想知道是否可以使用 PubNub 将消息路由为推送通知,即使该应用程序 运行 在前台?
我能想到的一种方法是:
- 处理任何需要首先发生的特定路由和事件。
- 检查消息的推送备注部分并发送local device notification。或者,可以在此处完成任何自定义 UI 等。
PubNub 会在应用程序处于前台时发送推送通知。事实上,PubNub(移动推送通知服务器)根本不知道设备是前台还是后台 运行。所以推送通知总是以任何一种方式发送到设备。
有关详细信息,请参阅以下 PubNub 开发人员社区文章 Sending APNS and GCM Messages to Subscribers and Mobile Push Notification Services in One API Call。
另请参阅PubNub iOS Mobile Push Gateway Tutorial for Realtime Apps。这些文档即将在完整性方面得到重大升级。
我想知道是否可以使用 PubNub 将消息路由为推送通知,即使该应用程序 运行 在前台?
我能想到的一种方法是:
- 处理任何需要首先发生的特定路由和事件。
- 检查消息的推送备注部分并发送local device notification。或者,可以在此处完成任何自定义 UI 等。
PubNub 会在应用程序处于前台时发送推送通知。事实上,PubNub(移动推送通知服务器)根本不知道设备是前台还是后台 运行。所以推送通知总是以任何一种方式发送到设备。
有关详细信息,请参阅以下 PubNub 开发人员社区文章 Sending APNS and GCM Messages to Subscribers and Mobile Push Notification Services in One API Call。
另请参阅PubNub iOS Mobile Push Gateway Tutorial for Realtime Apps。这些文档即将在完整性方面得到重大升级。