Safari-Push-Notifications
Safari-Push-Notifications copied to clipboard
Reference Server for pushing Safari Notifications via Apple Push Notification Service For use with Safari Push Plugin for Wordpress (https://github.com/surrealroad/wp-safari-push)
https://github.com/surrealroad/Safari-Push-Notifications/blob/8bba7c5600db73b422d561982cf9dcc68aa3a37a/createPushPackage.php#L82 Download [AppleWWDRCA.cer](https://developer.apple.com/certificationauthority/AppleWWDRCA.cer) Convert to PEM `openssl x509 -inform der -in AppleWWDRCA.cer -out AppleWWDRCA.pem` and change line to `openssl_pkcs7_sign("$package_dir/manifest.json", $signature_path, $cert_data, $private_key, array(), PKCS7_BINARY | PKCS7_DETACHED,"AppleWWDRCA.pem");`
That's all it shows when I use the service.
Hello, Since today, I do not get the push on my website. Registration not work either. I installed the patch to tls Friday and it worked fine until today. My...