nomad-cli / houston

Apple Push Notifications; No Dirigible Required
http://nomad-cli.com
MIT License
2.93k stars 229 forks source link

Maximum number of notifications in one payload? #131

Closed samsondav closed 3 years ago

samsondav commented 7 years ago

I've been able to reliably reproduce a problem where notifications do not arrive if too many device tokens are sent in one payload.

I don't know what the exact number is, but if the notification with device token is LAST in a group of 16, it never arrives.

If the first 15 are removed and only the last is sent, it does arrive.

Is there some limit to the number of notifications can be sent in one hit?