Jack James

Results 39 comments of Jack James

Please enable PHP error logging and post the full error.

one way to do it: at the top of index.php, after

Looks good. Please update the readme as well with the new integration and I'll be happy to merge this.

Ok a few things you need to look at: - Your push service must be in the root (ie. /www/ not /www/site/) - You should not create a /v1/ subfolder,...

The `.htaccess` file is included in the reference push service: https://github.com/surrealroad/Safari-Push-Notifications/blob/master/.htaccess it just lives in the root folder (you shouldn't need to edit it if you're using Apache) Put `urlargs`...

Can you double check when your certificate from apple expires? I know they only last for a year and I had to renew mine recently On Monday, October 27, 2014,...

Can you check if a new visitor can request notifications from your site? It seems like this is no longer working, which is weird because that code (`createPushPackage`) hasn't been...

Doesn't look like it works for your site either. Apple must have revoked the .pem file or something.

could be we need to change: `define('CERTIFICATE_AUTHORITY', 'entrust_2048_ca.cer');` to `define('CERTIFICATE_AUTHORITY', './entrust_2048_ca.cer');` I'm still unable to connect at all so can't provide any more info yet

ok I've finally figured it out. So we got into a bit of a mess I think because your certificate had expired. So actually the only change that was ever...