I'm making an in-house application for email service, and maybe more than 10,000 users will use this application(because this is university email service). I'm worried about that there are more than 100,000 pushes in a day. Is there any restriction of push in Apple, or something cause problem at Server side, Client side, APNS, etc in this case?
Asked
Active
Viewed 259 times
1 Answers
0
You should be fine if you follow the General Provider Guidelines to the letter. Most importantly:
1) Send notifications in batch.
2) Check regularly with the feedback service and do not send to devices reporting failed deliveries.
Good luck!

Erik
- 7,479
- 8
- 62
- 99
-
Thanks a lot! I should search about feedback. – user1533988 Jul 19 '12 at 02:15