I have a platform that is up to 14 branded applications now.I am implementing C2DM and am wondering if I need a registered C2DM account
Well, I know that the registration id of server would expire. However, how about the device registration id?
I want to display a message contained in my C2DM message\'s payload, but I can\'t seem to get this to work without crashing.
I use Android-x86 installed in virtual box and communicating with adb to debug my android application.
I have searched everywhere and have not found an answer to my question. Let me get straight to the point. I have developed an android messaging app for the purpose of experimenting with C2DM. My app g
i have read for hours about how to start play a sound the way i wan开发者_StackOverflow中文版t but i cannot find an answer.
I am trying to create a chat application. The communication is based on RESTful web services(Jersey). The client communicates with the server sending HTTP requests. My problem is how to send messages
In manifest in application tag I have: <receiver android:name=\".MyC2dmReceiver\" android:permission=\"com.google.android.c2dm.permission.SEND\">
I\'m curr开发者_StackOverflow中文版ent using Restlet to interface with an Android app. I want the Restlet on the server to then trigger a C2DM push message when it gets a certain POST from an Android
I want to be able to push messages out to certain customers who have a particular postcode. Is this possible with C2DM or is it a case of on开发者_如何学编程ly pushing to everyone who has the applicat