senthilking / apns-php

Automatically exported from code.google.com/p/apns-php
0 stars 0 forks source link

Feedback data works only once? #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My app is already running, and now I wanted to start developing a feature that 
will remove bad device tokens using the Feedback mechanism.
So my first test was to copy the code sample and run it, it displayed some 
data. I went back to my code to make it more readable, clicked refresh and ... 
there is no more data.

Could it be that once Apple sends me the data, it deletes it from their 
server?? Is this read-once data?
That would make it hard to develop and test...
Any tips?

Original issue reported on code.google.com by nash...@gmail.com on 28 Jul 2011 at 8:37

GoogleCodeExporter commented 8 years ago
Yes, works only once. Apple deletes data from their servers.

Original comment by aldo.arm...@gmail.com on 28 Jul 2011 at 8:43