0

In the app I am developing, I need to receive notification from a php server without using c2dm. Help me anyone.

Khan
  • 519
  • 3
  • 13
Ravi kumar
  • 601
  • 1
  • 6
  • 7
  • Try this question: http://stackoverflow.com/questions/1378671/push-notifications-in-android-platform. There were several other techniques, except C2DM. – 87element Sep 22 '11 at 14:23

1 Answers1

0

You can't have push notifications without C2DM.

The "other way" is to make the client pull the server for info every X minutes..which is by several reasons not very good.

neteinstein
  • 17,529
  • 11
  • 93
  • 123
  • then which method i wil use to receive notification from web – Ravi kumar Sep 22 '11 at 12:48
  • i already registered for C2DM. But i not yet receive registration in mail. the c2dm registration is done. but i not receive registration id in my mail. what i wil do. can u help me. – Ravi kumar Sep 23 '11 at 07:11