milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

Push not sent #150

Open LaBrie13 opened 8 years ago

LaBrie13 commented 8 years ago

I'm doing a simple Push.message("New score created", where={"deviceType": "android"}) which is working fine. It puts the notification into collection _PushStatus. But the message is never sent to the clients.

I am using a self hosted server, which is started with the senderID and apikey from GCM. The client is registered with ParseInstallation.getCurrentInstallation().saveInBackground();

I think I am missing something essential, but I am stuck so I hope you can help. Thanks in advance.

milesrichardson commented 8 years ago

I have personally never used parse-server for pushes, so I'm not sure what the support is support to be like here. This might be a question for the parse-server repo -- tell them you're inserting into _PushStatus via the REST API.