iphone - Apple Push notifications server - Feedback always returns zero tuples -


I'm developing an iPhone app that uses apple push notifications, everything is fine on the iPhone side, the server side But I have a problem. Notifications are sent correctly, but when I try to query the feedback service to get the list of devices from which the app is uninstalled, I always get zero results. I know that I should get a result because the app has been uninstalled from some of my testing tools.

Any idea after 24 hours I still have no results from the response service. Does anyone know how long it takes for the Feedback service that my app has been uninstalled from my test device? Can this be the reason for the sandbox environment?

I have only one problem:

  int bytes resized = 0; Byte [] Feedback Packet = New Byte [38]; // Each feedback should always be 38 bytes long byte release = stream. Read (Feedback Packet, 0, Feedback Packet. Lang); While (bytes reacited & gt; 0) {process feedback (feedback packet); Array (playback packet, 0, feedback packet. Lang); Bytes Rexide = Stream. Read (Feedback Packet, 0, Feedback Packet. Lang); }  

On the sandbox, the above always got 0 bytes again I run it on the live host, sending a notification on one device, removing the app and sending another, the feedback service works within one second of sending another request.

One thing I have not found is how often to call the feedback service. I call every 10 minutes at this time.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -