开发者

How to create push notification when the RSS feed gets updated in iPhone?

开发者 https://www.devze.com 2023-03-23 18:14 出处:网络
I need to display a push notification on new updates in the xml feed. Had gone throughhttp://mobiforge.com/developing/story/programming-apple-push-notification-servicesan开发者_StackOverflow中文版d tr

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 an开发者_StackOverflow中文版d tried that sample code successfully. But what should I need to do ,to create push notification while new entries come in RSS feed?


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消