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?