Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Push Notification server for android without using GCM

How can we create push notification service without using GCM to send the messages to a single android device. I need not to use GCM because it is very slow and is a beta version.

Can any one please help me in this.

Thanks in advance.

Sathish

like image 713
sathish Avatar asked Jul 31 '26 14:07

sathish


1 Answers

Google Cloud Messaging is no in beta at all. :)

If you want to avoid using Google's service, better not to re-implement it. Try to use other frameworks, like Amazon's SNS for example:

http://aws.amazon.com/sdkforandroid/

Or

http://code.google.com/p/openmobster/wiki/PushFramework

Or something else.

like image 92
Marcell Avatar answered Aug 02 '26 05:08

Marcell



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!