-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Parse Server Push Issue #447
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
Comments
From looking at |
You might want to change your masterKey after this and make sure you don't post it again. |
@gfosco I got error about
So, May I pass this? And My push config is :
|
@d8815460 I had a similar problem. What worked for me was removing the android key from the push config all together:
also - I don't think you need the "adapter" field in your setup? |
Why I got this message from Parse Server
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}
The text was updated successfully, but these errors were encountered: