Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为电子邮件服务制作内部应用程序,可能会有超过 10,000 名用户使用此应用程序(因为这是大学电子邮件服务)。我担心一天有超过 100,000 次推送。在这种情况下,Apple 是否有任何推送限制,或者服务器端、客户端、APNS 等出现问题?
如果您严格遵守通用提供者指南,您应该没问题。最重要的是:
1) 批量发送通知。
2) 定期检查反馈服务,不要发送到报告失败交付的设备。
祝你好运!