Reputation: 231
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?
Upvotes: 3
Views: 3152
Reputation: 3980
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
Upvotes: 2