Description
Why I got this message from Parse Server
Can not find sender for push type ios, {"where":{"deviceType":{"$in":["ios"]}},"data":{"title":"The Shining","alert":"All work and no play makes Jack a dull boy."}}
Can not find sender for push type android, {"where":{"deviceType":{"$in":["ios"]}},"data":{"title":"The Shining","alert":"All work and no play makes Jack a dull boy."}}
This is my Push Code:
curl -X POST -H "X-Parse-Application-Id: EoAplzLMJaf7ZGSvpJEWvbKz0rEBlR3nKUG9pLww" -H "X-Parse-Master-Key: removed" -H "Content-Type: application/json" -d '{ "where": { "deviceType": { "$in": [ "ios" ] } }, "data": { "title": "A special discount for Giants fans", "alert": "Check out our app for a 15% discount!" } }' http://203.77.34.135:3000/parse/push
and i will got {"result":true}