-
-
Notifications
You must be signed in to change notification settings - Fork 878
Push not sent using parse client code IOS #94
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
Thanks for the report! We'll definitely look into it. Have you verified that your channels are correct? It would appear your Also if you could create a small reproducing project here on github, it would greatly help us track down this bug. |
Hi Richard, I have figured out the problem as the channel name used had alp lower case Thanks for help.
|
Hi,
Im not receiving the push on my device using the push client code below on other IOS device.
PFPush *push = [[PFPush alloc] init];
Below are some observations that i feel are correct so that i should receive a push but unfortunately it doesnt.
I have enabled the client key in parse website(settings push).
The channels are set in core for both the IOS device along with the device tokens
I have cross checked the channel name set in my IOS code with the one set in parse website core section.
When check the push section in parse web site it shows the push as sent to 0 devices.
Also The push works when i send it from parse website to all devices and by rest api too using postman extension for chrome.
In the above code "succeeded" is printed in console and error is Null.That shows push is sent but was never delivered to any device.
Only sending the push through client code doesn't work for me.
My Email id registered with parse is [email protected] case you need to check the above information i cited.
Please help.
Thanks,
AD
The text was updated successfully, but these errors were encountered: