Push notifications not being sent from parse-server to iOS devices - ios

I'm using parse-server to send push notifications to my app. When I manually send push notifications from it, iOS devices won't receive them. It works fine in Android though.
Has anyone encountered this issue? Is it Parse Server's issue or anything else?
Any help would be greatly appreciated.

Related

iOS app needs reinstall to receive push notifications

I have encountered a strange behaviour with an iOS app that my team has developed.
The users can enable notifications in the app and receives notifications from Firebase Cloud Messaging. We had complaints that the notifications were not coming through, so after some basic troubleshooting, we discovered the only solution was for the users to uninstall the app and reinstall it while allowing the notifications when they start it the first time.
Why did this happen? Did something change from Apple's side? Publishing a new version of the app fixes the problem?
Thanks

iOS Remote Notifications not being sent to iPhone

I am using Firebase to send remote notifications to my iOS app but recently my remote notifications being sent do not display on the phone. After debugging the app and studying the console log I noticed that the phone was receiving the signal from the server for the notifications but seems to encounter a TLS-related error as shown in the screenshots below.
I have updated all the certificates and profiles involved in building the app and the app builds fine with no errors, but I am not sure how to progress in solving this. Any help would be greatly appreciated.

Push Notification not working in ios 9.2.1

I have integrated push notification in my app. I have tested it in ios7, ios8, ios9.2.1. Its working perfectly in few devices and few ios9.2.1 devices don't get device token even. Please Help.
I realized where was my mistake. I was not sending device token while using social login. Silly mistake.
Its working fine now!

Is it possible to SEND a parse push notification from a the simulator?

I know it's not possible to receive push notifications on the simulator but is it possible to send them? Noticed that the simulator won't create an installation on Parse.com but does this make a difference?
thanks
Short answer: you CAN
BUT
You cannot fully test push notifications in Xcode's simulator. You can send pushes from the simulator, but it will not receive push notifications.
Apple does not support Push Notifications through the iOS Simulator.
First you can't register to APNS with simulator So you can receive or send push notification from simulator , you need real device

How to allow hacktivated iOS devices to receive Push Notifications?

I'm developing a game that runs on iOS using Unity3D, my problem is that I can't find a solution to let push notification work on jail broken and hacktivated devices. How can I do that?
Thanks
PS: I use App42 to send the push notification.

Resources