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?
相关问题
- Plugin with id 'com.google.gms.google-services
- google-drive can't get push notifications
- Apple Push Notification service must incorporate t
- Custom click on Ionic notification using Firebase
- When you are on flight mode and exit from the Flig
相关文章
- How can I add media attachments to my push notific
- How to convert a FCM token to APNS token?
- How to open current activity which is open while c
- Does the apple push notification distribution cert
- How posting One Signal notification's addition
- App not showing Notification receiving FCM when th
- iOS Push Notifications with empty aps dictionary
- Make Web push notification work using webview in a
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.