注册

求助:关于环信账号中存在大写字母时conversation.latestMessage获取问题


    NSArray *conversations = [[EMClient sharedClient].chatManager getAllConversations];

for (EMConversation *conversation in conversations) {
EMConversation *conversation1 = [[EMClient sharedClient].chatManager getConversation:conversation.conversationId type:(EMConversationTypeChat) createIfNotExist:YES];
NSLog(@"conversation:%@===conversation1:%@",conversation.latestMessage,conversation1.latestMessage);
}
当环信账号中存在大写字母时,最终打印结果显示conversation.latestMessage为空,而conversation1.latestMessage有值,求解???
 
已邀请:
所有用户 id 都换成小写,不要有大写;使用最新的 SDK。
 

要回复问题请先登录注册