0

Currently C2DM has moved to GCM, and i am in an starting stage in using GCM, can any one guide me what are the process to use GCM in android, how to register the device.

thanks in advance.

Vishnu
  • 349
  • 3
  • 8
  • 16
  • take a look http://developer.android.com/guide/google/gcm/gs.html – Yahor10 Sep 19 '12 at 12:21
  • i have answered similar question before, take a look. http://stackoverflow.com/questions/11464184/google-cloud-messaging/12437549#12437549 – HelmiB Sep 19 '12 at 12:37
  • Also have a look on: [http://stackoverflow.com/questions/12494842/when-register-for-push/12494979#12494979][1] [1]: http://stackoverflow.com/questions/12494842/when-register-for-push/12494979#12494979 – Khawar Raza Sep 19 '12 at 13:58

1 Answers1

0

Check out this post. It shows the end to end process of registering your app with Google, setting up the client code, and sending notifications via GCM to your Android device.

http://fryerblog.com/post/30057483199/implementing-push-notifications-with-gcm

Paul Fryer
  • 9,268
  • 14
  • 61
  • 93