如何在 iPhone 中的 RSS 提要更新时创建推送通知?
我需要在 xml feed 中显示有关新更新的推送通知。 已经经历了 http://mobiforge.com/developing/story/programming- apple-push-notification-services 并成功尝试了该示例代码。 但是,当 RSS 提要中出现新条目时,我应该怎么做才能创建推送通知?
I need to display a push notification on new updates in the xml feed.
Had gone through http://mobiforge.com/developing/story/programming-apple-push-notification-services and tried that sample code successfully.
But what should I need to do ,to create push notification while new entries come in RSS feed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要编写一个推送通知提供程序服务器来发送实际的远程推送通知。
我建议您查看此链接
You need to write a push notification provider server that sends the actual remote push notification as well.
I suggest you have a look at this link
http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/