I am following android c2dm example from following link: http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html
I have developed the android application for Android. And also i developed a PHP script for send the notification to mobile device.
I\'ve done this before and never had a problem.I\'m using a different computer now - the main difference being that it\'s XP instead of W7 and I just can\'t seem to get this to work.
I have used \"Android Cloud to Device Messaging (C2DM) - Tutorial\" by Lars Vogel. When i start my applcation, registration response never received.
From the documents it appears that there should be a valid Google-account on the phone before an application signs up and gets its registration id.
I have been trying this for two days already with no success. My goal is to send a short message to the C2DM. I have used a s开发者_如何学编程imple Java application and curl, but it keeps returning re
I have been going through the ChromeToPhone example. There are intents com.google.ctp.UPDATE_UI com.google.ctp.AUTH_PERMISSION
I just a开发者_JAVA百科dded C2DM capability to my Android App. At the moment the following happens if C2DM is started in my App.
I am working on how to send push notification to c2dm. According to the documentation, I need to开发者_运维百科 post the requests to c2dm one by one. If there is several thousands of push request, it
Here is my code: // begin the registration process status.setText(\"Registering...\"); HttpClient httpclient = new DefaultHttpClient();