Search code examples
androidpushresponseandroid-c2dm

Android push c2dm Not working with a 200 ok reponse


I've been trying to send a push message from my java EE web app, to my Android phone.

I've followed and read a lot of tutorial (like this one http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html)

I successfully get my registration_id on my Android Phone. Then I sent a POST request witch sent me a "200 ok" response !

But I can't get nothing on my BroadcastReceiver...

The "200 OK" response mean that the message as been send ? What can i do ?

Thanks guys ;)


Solution

  • A little feedback about this issue : This was a problem from my local network... All the port were closed.

    It tried with 3G and it works...