There are currently push notifications available for iPhones, Palm Pre and Blackberries each provided by their respective manufacturer. However I have heard nothing for andriods (probably because google does not actually sell the phones themselves. Are there any solutions out there at all?
|
|
|||||||
|
|
|
Android doesn't have the same limitations that the operating systems of the devices from the various other manufacturers listed incur. So it's likely that the data or notifications already exist as an intent and you just need to register for a given intent in your application. The methodology in your case would be the same as you would use on normal computer systems. |
|||
|
|
|
|
In all of the looking I've done around, there aren't any services doing this today. The last-mile piece is a little tricky and it presents some interesting issues for both the handset manufacturers (imagine every app firing up their own phone-home daemon) and carriers (that's a lot of back-and-forth when you've got lots of clients keeping connections open). I'm at a company called Urban Airship and we do push notification services for the iPhone and have gotten a lot of questions about doing this for the Android platform. I'd be curious to know if others would be interested in a service like this? Something that would have an (ideally) open source library coupled with the last-mile cloud infrastructure providing the notifications to the devices and apps themselves? |
||
|
