Create Push Notification server for android without using GCM

15,390

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.

Share:
15,390

Related videos on Youtube

sathish
Author by

sathish

Updated on June 05, 2022

Comments

  • sathish
    sathish about 2 years

    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

  • confile
    confile over 9 years
    Is OpenMobster down I cannot find it anymore?
  • Ali Asgari
    Ali Asgari about 7 years
    Me too having the same problem as @confile