FeedBack service from APNS (Apple push notification Server)

北城余情 提交于 2019-12-24 04:44:05

问题


We are using Java as the push notification provider for APNS.I am able to send the messages to the APNS but I have no idea as to how to get the feedback for the message.

Please help


回答1:


The feedback service has a binary interface similar to the interface used for sending push notifications. You access the production feedback service via feedback.push.apple.com on port 2196 and the development feedback service via feedback.sandbox.push.apple.com on port 2196.

for reference Updated Apple Document

You can Use javapns powerful and fine-tuned Java library for APNS,

FeedbackBasicExample

Note: feedback service seems to only work on the production url.



来源:https://stackoverflow.com/questions/18760923/feedback-service-from-apns-apple-push-notification-server

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