How can we trace push notifications being sent to the Apple APNS server from IBM MobileFirst 7.0?

浪子不回头ぞ 提交于 2019-12-10 23:59:47

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/32865029/how-can-we-trace-push-notifications-being-sent-to-the-apple-apns-server-from-ibm

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