Apple Push Notification Feedback Service - how frequently does it check
Posted
by gem
on Stack Overflow
See other posts from Stack Overflow
or by gem
Published on 2010-05-21T13:09:04Z
Indexed on
2010/05/21
13:10 UTC
Read the original article
Hit count: 236
push-notification
|apns
I have been able to successfully create push notifications and I have also received responses from the feedback service, so I am confident that my configuration is correct, but I was wondering, how long after a device has been made inactive, will it be picked up by the Apple Push Notification Service.
When I first polled the feedback service, I received details on devices which were inactive several days ago. Now, while testing, when I uninstall the application and occasionally poll the feedback service, I'm not receiving any results.
Any idea on how long it takes to update would be useful, as I'm no longer sure if the issue is else where in my code or if I'm just testing too soon.
Thanks in advance
© Stack Overflow or respective owner