collimarco
collimarco

Reputation: 35470

Notifications to iOS, Android, BlackBerry from a Rails app

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)

Upvotes: 0

Views: 558

Answers (3)

Nicos Karalis
Nicos Karalis

Reputation: 3773

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

Upvotes: 0

dtt101
dtt101

Reputation: 2141

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

Upvotes: 1

collimarco
collimarco

Reputation: 35470

Web Notifications might be a solution in the future.

Upvotes: 0

Related Questions