Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there alternatives to Google Cloud Messaging for custom android builds? [closed]

We have a custom android build and just figured out the Google Cloud Messaging (GCM) maybe an issue on non Google certified builds.

Assuming that is the case, are there any alternatives out there to GCM?

like image 567
Dipankar Sarkar Avatar asked Mar 08 '13 15:03

Dipankar Sarkar


3 Answers

Paho project is an iot.eclipse.com project, open-source client for MQTT based server.

You may review android application demo example.

It will connect to MQTT based sandbox server hosted freely by eclipse to test this application.See this server details here

like image 93
Harshal Doshi Jain Avatar answered Sep 18 '22 13:09

Harshal Doshi Jain


Easiest way to implement push notification in android is parse

Just register yourself, create new android app.

Checkout demo code

Integrate your ApplicationID and Client key.

Run your app and your are set!

like image 33
MAC Avatar answered Sep 19 '22 13:09

MAC


You may Try xtify

or

pushlets

or

Urban Airship

like image 45
ChrisMCMine Avatar answered Sep 21 '22 13:09

ChrisMCMine