简体   繁体   中英

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:

QBChatMessage qbChatMessage = ...;

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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