Mahesh
Mahesh

Reputation: 6436

Push notification using rails web application

Is there any gem or plugin which can be used to send push alerts on iphone, blackberry, and android.

Upvotes: 1

Views: 1025

Answers (3)

Rohit
Rohit

Reputation: 5721

You can use

apns = iOs

c2dm = Android

For Blackberry, you can use this discussion here, I haven't read it completely, just thought it might be helpful. http://supportforums.blackberry.com/t5/BlackBerry-Push-Development/push-notification-with-ruby-on-rails/td-p/598343

Upvotes: 2

marimaf
marimaf

Reputation: 5410

You could also try jtv-apns

Upvotes: 0

Bohdan
Bohdan

Reputation: 8408

Yes there is apn_on_rails I used to work with this gem and it was OK Also dunno if it's compatible with rails 3

Upvotes: 1

Related Questions