I have a problem sending messages GCM with Xtify. My device is registered but it doesn't appear in Test Implementation. The app is testing. I send this message from my server to xtify it is accepted with 202 status code but the message doesn't reach the device.
{"apiKey":"blabla-2c0e-4c90-8845-753ed8ac3d64","appKey":"blabla-e6d0-441f-8b32-c0fc8be4ee5b","xids":["asdsd387242167c695bbac"],"sendAll":false,"content":{"subject":"Oferta","message":"lat=39.50017;lon=-0.43342;dis=50.0;oferta=1;","action":{"type":"NONE","data":"","label":""}}}
Where is the problem? Thank you