hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

Push.feedback returning my active device #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i am using following statement:

Push.feedback(certificate, password, false);

with this statement i m expecting list of inactive device. Currently i m 
testing on just one device which has app installed. The app is able to receive 
push notification with the following statement:

Push.contentAvailable(certificate, password, false, devices);

But Push.feedback is returning me the same device token.

Original issue reported on code.google.com by sonal...@gmail.com on 22 Jan 2013 at 4:19

GoogleCodeExporter commented 8 years ago
I do not know why Apple servers would be returning your device as inactive, but 
I guess that this is an issue you should bring up with them...

Original comment by sype...@gmail.com on 5 Feb 2013 at 7:34

GoogleCodeExporter commented 8 years ago
Closing since issue does not seem to be related to the library itself, but to 
Apple's service unexpectedly listing devices as inactive.

Original comment by sype...@gmail.com on 1 Mar 2013 at 5:20