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 Easy APNs
Hi
Excuse what may be a stooooopid question
easyapns is set up so
- a message is put into the `apns_messages` table for every unique
device
so if I wanted to send the same message to 25000 devices I would have
to enter it into the table 25000 times, each with a unique
`fk_device`
Correct ?
All I want to do is send a badge number to each device, so I'm going
to write my own routine to read all devices where badge notification
is on, and send them the badge only payload.
My question is why does the original _fetchMessages query have a limit
of 100 ?
Is there a limit to the number of payloads you can send to Apple ?