Re: [android-developers] C2DM application server

2012-10-12 Thread Nirav Parmar
C2DM is deprected now...so better to use GCM.. http://developer.android.com/guide/google/gcm/index.html On Fri, Oct 12, 2012 at 4:15 PM, Archana wrote: > Also, I was able to see the registration ID for the emulator using the > code in the link: > http://www.vogella.com/articles/AndroidCloudToDev

Re: [android-developers] C2DM application server

2012-10-12 Thread Archana
Also, I was able to see the registration ID for the emulator using the code in the link: http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html Is GCM integration mandatory? On Friday, October 12, 2012 1:43:11 PM UTC+3, Archana wrote: > > Thanks for info! Can you provide me

Re: [android-developers] C2DM application server

2012-10-12 Thread Archana
Thanks for info! Can you provide me link/examples of how to develop own server or what options are available for 3rd party server? On Friday, October 12, 2012 11:40:59 AM UTC+3, Aparna Bhure wrote: > > hi C2DM is now deprecated for new accounts. please do GCM integration. it > is similar to C2DM

Re: [android-developers] C2DM application server

2012-10-12 Thread Aparna Bhure
hi C2DM is now deprecated for new accounts. please do GCM integration. it is similar to C2DM with few changes. yes u need a thrid party server for testing to test push like urbanairship or similar or develope your own server. On Oct 12, 2012 1:52 PM, "Archana" wrote: > > Hi, > I m new to C2DM. I w