0

I have a rails application and I would like to send notifications to users on their mobile. I only need simple text notifications, but I can't afford to write an application for any operating system.

Is there any simple way to do that? (gem, third-party services)

4

3 に答える 3

1

Boxcar might be what you are looking for? http://boxcar.io/help/api/providers

于 2012-05-29T16:02:37.980 に答える
0

Web Notifications might be a solution in the future.

于 2012-05-29T15:57:20.643 に答える
0

I created a gem in order to create a central push notifications, it supports iOS and Android at the moment, but i will add more platforms.

Maybe this will help you, its a single gem that makes iOS an Android at the moment, and its fairly easy to implement

here is the link: https://github.com/NicosKaralis/pushmeup

于 2012-08-15T14:55:09.750 に答える