Quickblox one to one chat connection lost
问题 I have developed chat application using Quickblox SDK version 0.8.1. Sometimes app loses chat connection to the server so can not send message or receive message even in same chat page. I do have to reload every time this happens even sometimes it does not re-connect. So can any body help me with this. 回答1: To reconnect to Chat please do: iOS way - (void)chatDidFailWithError:(int)code { // reconnect [[QBChat instance] loginWithUser:[LocalStorageController shared].qbUser]; } Android way (SDK 1