我们如何跟踪从 IBM MobileFirst 7.0 发送到 Apple APNS 服务器的推送通知?

问题描述:

我们在将推送通知从 IBM MobileFirst 7.0 服务器发送到 Apple 的 APNS 服务器时遇到了一些问题.具体来说,推送通知似乎从 MobileFirst 适配器成功发送,但从未到达目标设备.我们如何追踪这种互动?

We are having some issues with push notifications being sent from an IBM MobileFirst 7.0 server to Apple's APNS server. Specifically, the push notifications seem to be sent successfully from the MobileFirst adapter, but never arrive at the target device. How can we trace this interaction?

您可以使用跟踪字符串 com.ibm.pushworks.server.notification.*:com.ibm.pushworks.server.notification.apns.*=all 以跟踪 MobileFirst 服务器上推送通知机制的内部机制.这应指定为 WebSphere Liberty 跟踪字符串WebSphere ND 跟踪规范,具体取决于您使用的服务器类型.

You can use the trace string com.ibm.pushworks.server.notification.*:com.ibm.pushworks.server.notification.apns.*=all to trace the inner mechanics of the push notification mechanism on the MobileFirst server. This should be specified either as a WebSphere Liberty trace string or a WebSphere ND trace specification, depending on which server type you are using.