Push Notifications using Rails server

android, iphone, push-notification, ruby-on-rails

Solution

Yes, it is possible. Here are gems that I used recently in my projects: Android push service and Apple push service

They are well documented so you should not face big troubles about setup.

Problem

I have a rails server and a backend. Is it possible to send a push message using my rails server to both iPhone and android app?

Original source