I have had push notifications setup for about a year now and they have been working fine. Now for some reason they are not.
First let me say that I am connections to apples apns servers and sending the push notifications via a PHP script.
If I test sending a notification just to my device, it works every time. If I test sending a notification to 3 or 4 of the devices I have here, they all work like they should. If I send a notification to all users (couple hundred) sometimes I will get the notifications and most of the time I wont.
I am connecting to apple once and sending all the notifications from the one connection. So it should not be an issue of apples connection limits.
Is there a limit that would not allow you to send to a couple hundred users?
Its a couple hundred users, the notifications only get sent out maybe once or twice a week. I have tried setting a time delay between each message but that didn't seem to make a difference.
does anyone have any ideas what could be happening or what I should check?