0

I've followed this thread to implement VoIP push notifications, however I don't seem to be receiving any sort of notifications.

I've tried both with ssl://gateway.push.apple.com:2195 and ssl://gateway.sandbox.push.apple.com:2195 and I get the message 'Message successfully delivered' in both cases, however pushRegistry:didReceiveIncomingPushWithPayload:forType: is never executed.

I've added a simple background color change as well as a UIAlertController to be shown, yet still nothing.


Any idea how I could debug the cause of this problem?

Community
  • 1
  • 1
Lord Zsolt
  • 6,492
  • 9
  • 46
  • 76
  • Is your question missing a link to a thread? – Joe Castro Nov 05 '15 at 22:17
  • @JoeCastro oh yes, thank you. Updated. – Lord Zsolt Nov 05 '15 at 22:24
  • Did you solve this??? –  Jan 18 '16 at 15:20
  • Nopem sadly I didn't – Lord Zsolt Jan 18 '16 at 15:20
  • usually problems like these are b/c of a certificate misconfiguration.. have you checked [this](https://www.sinch.com/tutorials/ios8-apps-and-pushkit/) tutorial? what i would do if i were you is test and make sure i got the regular push notifications working first.. then go to vOIP.. [this old school tutorial](http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1) helped me out a lot – abbood Jan 26 '16 at 08:12
  • Yeah, I used those 2 tutorials. But then I gave up on trying since I no longer needed it. – Lord Zsolt Jan 26 '16 at 12:24

0 Answers0