I just figured out how to implement android c2dm client but on the server side i have some troubles. I made search running through the internet but all the samples are too complicated for me or they are written down in python. I need some basic samples for server side in C# or java. Could you suggest anything for me ? Thanks.
Share
Came across this question, and this answer.
https://github.com/Redth/C2DM-Sharp
Works a treat for me, decent code, easy to understand.