Hi all,
        I am using the Google Cloud Messaging service for push notication
to my android device.But the message is not delivered to my device.Here is
my code

                   Sender sender = new
Sender("AIzaSyCXhF692i0L2hDpaOkUJS1AhRumZI_Cl_o");
                   Message message = new
Message.Builder().collapseKey("hello all").build();
                    Result result =
sender.send(message,request.getParameter("regid"), 5);

       I got messageid from the result.
Thanks,
vijay.k

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

Reply via email to