Sudeep Y.
Sudeep Y.

Reputation: 48

Multiple App Support Using APN on Rails Gem

I have a couple iPhone apps talking to one ruby on rails server. I have been using the apn_on_rails gem by mark bates/PRX (http://github.com/PRX/apn_on_rails) to offer push notifications to both apps.

The README specifies how to support one app, but I need to support two apps. Not only that, but I would like to send out these notifications in batches using the included rake task, as recommended in the README.

Any help would be most appreciated!

Upvotes: 1

Views: 882

Answers (1)

Mark Swardstrom
Mark Swardstrom

Reputation: 18080

The new gem by prx now supports multiple apps.

https://github.com/PRX/apn_on_rails

Upvotes: 1

Related Questions