我们如何跟踪从 IBM MobileFirst 7.0 发送到 Apple APNS 服务器的推送通知?
Posted
技术标签:
【中文标题】我们如何跟踪从 IBM MobileFirst 7.0 发送到 Apple APNS 服务器的推送通知?【英文标题】:How can we trace push notifications being sent to the Apple APNS server from IBM MobileFirst 7.0? 【发布时间】:2015-09-30 11:33:30 【问题描述】:我们在将推送通知从 IBM MobileFirst 7.0 服务器发送到 Apple 的 APNS 服务器时遇到了一些问题。具体来说,推送通知似乎从 MobileFirst 适配器成功发送,但从未到达目标设备。我们如何追踪这种交互?
【问题讨论】:
【参考方案1】:您可以使用跟踪字符串com.ibm.pushworks.server.notification.*:com.ibm.pushworks.server.notification.apns.*=all
来跟踪 MobileFirst 服务器上推送通知机制的内部机制。这应指定为WebSphere Liberty trace string 或WebSphere ND trace specification,具体取决于您使用的服务器类型。
【讨论】:
以上是关于我们如何跟踪从 IBM MobileFirst 7.0 发送到 Apple APNS 服务器的推送通知?的主要内容,如果未能解决你的问题,请参考以下文章
IBM Mobilefirst 7.1 PushNotifications:无法从后台检索通知文本到前台
如何使用 IBM MobileFirst 7.1 实现文件下载?