-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Push notifications give 0 success, 0 failures #1731
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
Have you tried sending a test push notification through the parse dashboard? We're also having issues with push notifications. We couldn't get our in app pushes to deliver through the API or through the dashboard. No errors, just pushes not being delivered. |
@jgyeh yeah, also getting 0 deliveries from parse.com ): Hmm apparently my device tokens are empty |
After enabling the push capability on xcode (it should have been enabled already, because it was working before, idk what happened) and copying the new swift code on parse.com tutorial (here) it worked, thanks! |
Hi @rogeriochaves, how do you fix the problem? I have also the same problem, sent and deliver is 0, but push notifications are received on iOS device. |
@aBuder sorry, I don't remember, it was a long time ago ): |
Can you share the code? |
Environment Setup
Steps to reproduce
I'm using this curl:
And by enabling
VERBOSE=1
I'm getting:I don't know why my pushs aren't being sent, but this message should show either 1 success or 1 failure right?
The text was updated successfully, but these errors were encountered: