How do i send a notification/message/alert from php server to my android app. I don’t want to use C2DM service. Is there any alternative ? Thanks in advance
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are free publish subscription models. You may try the google cloud messaging service service
http://developer.android.com/google/gcm/index.html
.
Alternatively you may setup an xmpp server and use its pubsub extension .