简体   繁体   English

如何使用QuickBlox SDK iOS(例如WhatsApp)在离线状态下发送消息

[英]How to send a message in offline using quickblox sdk ios like whatsapp

如何使用quickblox离线发送消息

You can send common message and offline opponent will get push notification. 您可以发送普通消息,离线对手会收到推送通知。 If you mean sending message without login to the chat, you can send message via REST, use next snippet for Android: 如果您要发送消息而不登录聊天,则可以通过REST发送消息,请使用适用于Android的下一个代码段:

QBChatMessage qbChatMessage = ...;

QBRestChatService.createMessage(qbChatMessage, true).perform();

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

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