How To Use Superfeedr in a iPhone App?

141 Views Asked by At

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?

1

There are 1 best solutions below

2
Julien Genestoux On

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!