求助:关于环信账号中存在大写字母时conversation.latestMessage获取问题
NSArray *conversations = [[EMClient sharedClient].chatManager getAllConversations];当环信账号中存在大写字母时,最终打印结果显示conversation.latestMessage为空,而conversation1.latestMessage有值,求解???
for (EMConversation *conversation in conversations) {
EMConversation *conversation1 = [[EMClient sharedClient].chatManager getConversation:conversation.conversationId type:(EMConversationTypeChat) createIfNotExist:YES];
NSLog(@"conversation:%@===conversation1:%@",conversation.latestMessage,conversation1.latestMessage);
}
没有找到相关结果
已邀请:
1 个回复
[已注销]