In the app I am developing, I need to receive notification from a php server without using c2dm. Help me anyone.
Asked
Active
Viewed 249 times
0
-
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 Answers
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
-
-
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