I have implemented a 3rd party server that send a messsage to phone via C2DM server using PHP. I've did that using CURL. The problem is that every time the message has been successfully posted to the C2DM server, i always get my PHP script that does the post, print the respond from the C2Dm server. The respon contains id:0232xxx

I want my script not to receive the respon. If possible, i want to let the message posted by the script to the C2DM server asynchronously without having to wait for the respon until it's finished. Anybody of you know how to achieve this? Thanks for andvances.

link|improve this question

62% accept rate
feedback

1 Answer

hey you can check this link for more information

http://blog.digitalstruct.com/2010/11/21/android-c2dm-with-php-and-zend-framework/

hope this helps

link|improve this answer
1  
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – oers Mar 29 at 11:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.