That should be a correct response. You may want to refresh your C2DM key on 
the device and then refresh the server with the updated one. You may want 
to call the unregister intent on device first with the following:

http://code.google.com/android/c2dm/index.html#unregistering

I would figure that unregistering a device would remove all previous 
entries if there is more than one entry. I'm not sure that there can be 
more than one ID for a device for the same app, but it is worth trying the 
unregister intent to see if it might help clear up your issue.

Steven
Studio LFP
http://www.studio-lfp.com


On Saturday, October 29, 2011 11:46:21 AM UTC-5, Manikandan M wrote:
>
> Hi Steven,
>
> This is the response i am getting from the c2dm server.
>
> id=0:1319892812710374%3421e3b100000030
>
>
>
> Thanks
> Manikandan
>
> On Sat, Oct 29, 2011 at 8:35 PM, Studio LFP <[email protected]> wrote:
>
>> What type of response code are you getting from the C2DM server when you 
>> try to send a message to that specific device ID? It will let you know if 
>> there is any issues with your current device ID.
>>
>>
>> Steven
>> Studio LFP
>> http://www.studio-lfp.com
>>
>>
>> On Saturday, October 29, 2011 5:37:58 AM UTC-5, Manikandan M wrote:
>>
>>> Hi Steven,
>>>
>>> Thanks for the reply.
>>>
>>> I am using droid x and i am unable to get c2dm messages, registration is 
>>> fine even i also have response id from the c2dm server but message is not 
>>> delivered to the device. It works for all other devices.
>>>
>>>
>>> Thanks
>>> Manikandan
>>>
>>> On Fri, Oct 28, 2011 at 8:20 PM, Studio LFP <[email protected]> wrote:
>>>
>>>>  I don't think the ID you get for the device expires.
>>>>
>>>> If you give the user the option of unregistering, then you would use 
>>>> the same register routine again to get a new ID. If the user uninstalls 
>>>> the 
>>>> application, it also unregisters and you would need to get a new ID if 
>>>> they 
>>>> reinstalled. If neither of these two happen, I believe you don't ever have 
>>>> to refresh the ID of the device.
>>>>
>>>> Are you running into a problem?
>>>>
>>>> Steven
>>>> Studio LFP
>>>> http://www.studio-lfp.com
>>>>
>>>>
>>>>
>>>> On Friday, October 28, 2011 9:33:05 AM UTC-5, Manikandan M wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> Any ideas.
>>>>>
>>>>>
>>>>> Thanks
>>>>> Manikandan
>>>>>
>>>>>  On Fri, Oct 28, 2011 at 3:50 PM, Manikandan M <[email protected]>wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> Is that any other way to do this without registering at particular 
>>>>>> interval.
>>>>>>
>>>>>>
>>>>>> Thanks
>>>>>> Manikandan
>>>>>>
>>>>>>
>>>>>> On Fri, Oct 28, 2011 at 2:52 PM, Manikandan M <[email protected]>wrote:
>>>>>>
>>>>>>> Hi All,
>>>>>>>
>>>>>>> As i know c2dm registration id periodically refreshed, how do i get
>>>>>>> the refreshed c2dm registration id.
>>>>>>>
>>>>>>> Is i want to register again at particular interval?
>>>>>>>
>>>>>>>
>>>>>>> Thanks in Advance
>>>>>>> Manikandan.
>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Android Developers" group.
>>>>>>> To post to this group, send email to [email protected]
>>>>>>>
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> android-develop...@**googlegroup**s.com
>>>>>>>
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/**group**/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en>
>>>>>>>
>>>>>>
>>>>>>
>>>>>  -- 
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Android Developers" group.
>>>> To post to this group, send email to [email protected]
>>>> To unsubscribe from this group, send email to
>>>> android-develop...@**googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en>
>>>>
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to