tags:

views:

32

answers:

1

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

A: 

Pleeease help me!!!

If I test my app, when I run it, device is created in apns_devices tables but when I try to send messages using:

PHP.exe -f E:\web\webservices\apns\apns.php fetch > E:\web\webservices\logs\apns.log

no messages are send

il_dandi