Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using both the tutorial and the GCM Demo app of google. I use PHP for server side. With both apps I don't get notifications that are sent from the server. I get the following result on the server after sending notification with curl:

{
"multicast_id": 6870303680709825000,
"success": 1,
"failure": 0,
"canonical_ids": 0,
"results": [
    {
        "message_id": "0:1354074200871681%978fee92f9fd7ecd"
    }
]
}

What can be the problem?

share|improve this question
You might want to log some information out in the onMessage() function of the GCMIntentService.java and monitor the output to see if the message is being received in anyway. – selsine Nov 30 '12 at 17:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.