Closed GoogleCodeExporter closed 8 years ago
Do I have to sleep between queueing of each notifications? I noticed the test
example sleep for 15 seconds.
Original comment by chang....@gmail.com
on 15 Dec 2010 at 2:56
You could be sending a bad device token or otherwise malformed notification if
this happens...
Original comment by jond...@gmail.com
on 15 Dec 2010 at 3:36
Hi, Thanks for the reply. I double check the device token and notification
fields and they are correct. The successful call back
service_NotificationSuccess() is called. I changed the logic to send out only
one notification and it works fine. But when I send out a batch including the
same notification I just sent, the same notification didn't get sent and got
the above error.
Original comment by chang....@gmail.com
on 17 Dec 2010 at 7:56
Just because the NotificationSuccess is called, unfortunately does not
conclusively mean that it was sent...
You'll need to do some debugging and see which message is failing, then dissect
why exactly (in terms of looking at the bytes and comparing them to the apple
spec) what's wrong with the message (assuming you're getting a disconnection
after this message).
Original comment by jond...@gmail.com
on 14 Feb 2011 at 7:39
i am facing the same issue, i get that error message back..
did anyone find a solution?
Original comment by i...@izzygoldstein.com
on 22 Apr 2013 at 11:21
Same happens to me... only get's this error in batch sending. otherwise
everything works fine.
Original comment by pbr...@wingman.pt
on 10 Jan 2014 at 8:44
Original issue reported on code.google.com by
chang....@gmail.com
on 15 Dec 2010 at 2:54