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.
我需要使用 phonegap 在 ios/android 应用程序中设置即时消息服务。因为,它不是一个聊天应用程序,但它只有一个消息服务。我可以使用推送通知服务在前台实现即时消息传递吗?当我开发演示时,它工作正常。苹果会因此拒绝该应用程序吗?
是和不是。请记住 gcm/apns 有限制,超过配额时您必须付费。
在其他线程中也有讨论
只使用 GCM 来开发 android 放弃 XMPP 的聊天应用程序好吗?
请记住,在 iOS 上,用户可以禁止发送远程通知,在这种情况下,即使在前台,您的聊天也无法进行。