I'm trying to send JSON Push to my iPhone from the Parse web interface and it doesn't work.
The web service tell me the status is Done and the notification is "No Alert" but I dont have any notification on my iPhone ...
This is what I get : https://i.sstatic.net/bCh2F.png
And this is the JSON that I send :
{ "data": { "alert": "A test notification from Parse!" } }
And yes a simple push with message (no JSON) works fine.
Thanks for your help