Tag Archives: C2DM

Getting started with Android C2DM

Having realized you need push notifications in your Andorid application you head over to the official C2DM page to read more about it. After finishing it you still don’t have a clear understanding on how to actually implement the 3rd party application server so that it would satisfy all of the criteria mentioned there. Here we will go through the very first steps to get you started: signing up for C2DM and getting a better understanding on how to authenticate with Google so you could access the API.