Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push Notifications using Rails server

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?

like image 729
random Avatar asked Jul 26 '12 07:07

random


1 Answers

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.

like image 114
bor1s Avatar answered Nov 11 '22 10:11

bor1s