Hi! I'm trying to use APNS on my server (win2003)
I've read all details on easyapns.com
but I've these problems:
for test service I've to add my device in apns_devices table but I don't know the device_token value to use?? I've found device_id but not token!!
about this http://www.easyapns.com/cron-job I'm using PHP on IIS I've tried to execute this string: PHP.exe -f E:\web\webservices\apns\apns.php fetch > E:\web\webservices\logs\apns.log
no error but log file is empty
Can you help me to test APNS service??
Thanks