Apple push notifications with Heroku [closed] Apple push notifications with Heroku [closed] heroku heroku

Apple push notifications with Heroku [closed]


I have a Rails app serving Apple push notifications just fine. It's been working for a few years now on Heroku without incident.

https://github.com/calebhaye/apn_on_rails

I also have source for mobile clients that I would be happy to share with you, along with the actual source for the APN deployment on Heroku. I would just post a link, but I haven't dug through the source to remove my certs and whatnot.

APN on Rails is a fine solution. UrbanAirship is cool or whatever, but I don't like paying for stuff I can get for free unless and/or until it makes sense. Also, I don't like their lack of support for low cost 'Droid implementations.

Someone said UrbanAirship is cheap... Quite frankly, I disagree. $199/mo (their cheapest "Pro Plan") is not cheap in this day and age. AWS S3, that's cheap. Heroku, that's affordable. UrbanAirship is nice if you can afford it and would rather not implement your own solution. I personally think it was fun, and rather painless. UrbanAirship is good for validating your certs though, sign up for basic account (https://go.urbanairship.com/accounts/register/) and use them for that if you run into problems with regard to certificate validity.

I don't like how UrbanAirship tries to sell you other shit that isn't related to Apple's fundamental push notification service. Subscriptions, fancy-pants push stuff, and enhanced support are all things I can live without. Heroku's support team is great. At any rate, to each their own, but I hope this answer provides some insight.

Good luck, and be well.