You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
I am trying to use the module to send push notifications in my server.
I am using your example as the basis to send a push notification but when I call the function apn_send($apn, $payload, $error, $errcode) I got a segmentation fault (11) in Apache in Debian Wheezy.
Any clues on this?
I am trying to use the module to send push notifications in my server.
I am using your example as the basis to send a push notification but when I call the function apn_send($apn, $payload, $error, $errcode) I got a segmentation fault (11) in Apache in Debian Wheezy.
Any clues on this?
Thank you.