Disconnected after every 169 pushes - not all receive
124 views
Skip to first unread message
Spaz
unread,
Feb 4, 2012, 5:09:22 AM2/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apns-php
Hi,
I'm wondering how unreliable the Apple push service is. Has anyone
experienced the following.
- push 11000+ notifications (not using the server part)
- log shows a disconnect after every 169 pushes (precisely)
- queue reconnects each time and does goes to the end without any
errors
- at least a few test users never receive the notification
I've done this twice now and have correctly cleaned the targets with
the feedback service.
Push works just fine to just a few test users. However a full scale
push clearly doesn't although the resulting activity seems to show
that at least some users are receiving.
This 169 limit seems strange though, since the general consensus is
that Apple doesn't have a limit.
Cheers
sola...@gmail.com
unread,
Feb 11, 2012, 10:28:49 PM2/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apns...@googlegroups.com
Check if you don't have Test device token (i guess at position 170!) in the Production device token list by mistake. That seems to disconnect.
Spaz
unread,
Feb 12, 2012, 6:36:00 AM2/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apns-php
Thanks for the suggestion. Yes I surely had test tokens in the DB on
the first run. Then I cleaned everything with feedback. However the
second run showed exactly the same issue. You might say that feedback
doesn't show failed test tokens, I'm not sure. Anyway, it is unlikely
that I have a test token exactly every 170 tokens of 11000 in total.