views:

43

answers:

0

I've got an app that I am building in Rails 3 (and MongoDB using Mongoid). I want to be able to send Apple Push Notifications to iOS devices. I am aware of PRX's apn_on_rails and samsoffes' apple_push_notification gems, but they do not appear to work correctly in Rails 3.

Are there any tutorials out there for setting up an APN server in Rails 3 (and Mongo)?