Push Notification in PHP using PEM file

后端 未结 4 1984
攒了一身酷
攒了一身酷 2020-12-08 11:45

I\'ve been working through Ray Wenderlich\'s tutorials on push notifications using a PHP Script.

Reference: http://www.raywenderlich.com/32960/apple-push-notificatio

4条回答
  •  情深已故
    2020-12-08 12:31

    add

    stream_context_set_option($ctx, 'ssl', 'verify_peer', false);

    which defeats the server validation. Credits @One In a Million Apps in a comment above.

提交回复
热议问题