I am stuck with sending push message from my server to xtify 2.0 c2dm. When I use the xtify console to test the push it works but when I send it from my server to xtify it is accepted with 202 status code but the message doesn't reach the device.
Following is the json is send to the xtify server
{"apiKey":"8abedd93-fdd0-4d70-a702-blahblah","appKey":"blaaah-9a51-4b30-b14b-43e2b2052324","xids":["4fdc997971a292dblaah1ee"],"sendAll": true,"content":{"subject": "Greetings Earthlings","message": "Take me to your leader","action":{"type":"DEFAULT"}}}
I tested it with various requests using Fiddler but it is accepted (202) but not reaching the device.