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.
我们通过 Malcom API 发送 APNS。小消息没有问题,但是当我们创建大消息时,没有收到通知。
消息字符串长度有限制吗?
特定键的值是否有任何限制?
该文档目前没有提及长度限制。
提前致谢
你是对的。在他们的文档中没有提及它。无论如何,如果您通过 malcom.mymalcom.com 将推送发送到您的应用程序中,您可以在键入消息时看到最多字符。所以,我猜任何通过 API 的推送请求都应该有同样的限制。
来自 Apple 开发人员指南:
通知有效负载允许的最大大小为 256 字节;Apple Push Notification Service 拒绝任何超过此限制的通知。