0

I have some data that comes in the form of a RSS feed that I need to deliver to the user as soon as possible (this could potentially save lives). I found SuperFeedr and I want to use it to deliver content in the form of a push notification. Has anyone used this in an app? Are there other services that I should use to perform this task?

67cherries
  • 6,931
  • 7
  • 35
  • 51

1 Answers1

1

So, Superfeedr offers mostly a server API which means that it won't send messages directly to phones or browsers.

However, you can plug the notifications you get from Superfeedr with a service like UrbanAirship and you'll be able to push RSS content notifiction to iphones!

Julien Genestoux
  • 31,046
  • 20
  • 66
  • 93
  • So you can run server side code on Urban airship? Or is it built in...I'm obviously not familiar with servers and stuff... – 67cherries Dec 29 '13 at 20:02
  • It cannot directly run "on" urban airship (I doubt they allow anything like that), but it's fairly easy to integrate :) – Julien Genestoux Dec 30 '13 at 07:54