mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

Push.feedback returning my active device #162

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: sonal...@gmail.com (January 22, 2013 16:19:11)

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: http://code.google.com/p/javapns/issues/detail?id=162

mwkirk commented 11 years ago

From sype...@gmail.com on February 05, 2013 19:34:59 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...

mwkirk commented 11 years ago

From sype...@gmail.com on March 01, 2013 17:20:03 Closing since issue does not seem to be related to the library itself, but to Apple's service unexpectedly listing devices as inactive.