how do I have to configure a cron job for EasyAPNS on a real web server?
I have the following file (cronjob.phpx):
<?php
exec("* * * * * nice /usr/bin/php -f http://mydomain.com/apns.php fetch > http://mydomain.com/apns.log 2>&1");
?>
But it doesn't work.
Thank's for any help.
Arno