注册

iOS 环信3.x从数据库获得聊天列表有时候conversationId为hx(null) 有谁遇到过吗

 NSArray *conversations = [[EMClient sharedClient].chatManager getAllConversations];
  for (EMConversation *conversation in conversations) {
       NSLog(@"%@",conversation.conversationId);
    }
 
已邀请:
getAllConversations方法换成loadallconversation方法

要回复问题请先登录注册