Skip to content

Parse Server Push Issue #447

Closed
Closed
@d8815460

Description

@d8815460

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions