简体   繁体   English

我们可以在QuickBlox中向离线用户发送系统消息吗?

[英]can we send system message to offline users in QuickBlox?

i am developing an ios app integrating it with QuickBlox and i am not using APNS in it. 我正在开发将其与QuickBlox集成的ios应用,并且未在其中使用APNS。 I am using systemMessage service for notifying the newly added members about they are joined to the specific group. 我正在使用systemMessage服务来通知新添加的成员有关它们已加入特定组的信息。 The problem is systemMessage notifications are works only for the online users, if a person is offline it didn't work. 问题是systemMessage通知仅适用于在线用户,如果某人处于脱机状态则无法使用。 So can i use any other way for sending notification for offline users without using systemMessage notification service as i am not using APNS. 所以我可以使用任何其他方式为脱机用户发送通知而无需使用systemMessage通知服务,因为我没有使用APNS。

You are not able to send any notification without APNS if application is not running. 如果应用程序未运行,则无法在没有APNS的情况下发送任何通知。 In that case you definitely should use APNS. 在这种情况下,您绝对应该使用APNS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM