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.
GCM 有大小限制。它只能在一条消息中发送 4Kb 的数据。我们可以使用哪些 ele 网络服务而不是 GCM 来实现推送通知?
您不应在通知有效负载中传递超过 GCM 允许的值。如果您需要获取更复杂的数据,请编写您自己的服务器 api 并从您的应用程序中调用它。