I am tying to send a notification to a single device and its not working.
Here is the json I am using:
{"payload":{"message":"Notification sample","badge":0},"status":"sent","filter":{"deviceId":""}}
I got the deviceId from the devices table. When I remove the filter I get the notification.