Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push not sent #150

Open
LaBrie13 opened this issue Oct 2, 2016 · 1 comment
Open

Push not sent #150

LaBrie13 opened this issue Oct 2, 2016 · 1 comment

Comments

@LaBrie13
Copy link

LaBrie13 commented Oct 2, 2016

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants