问题描述
#import "UserProfileViewController.h"#import "UserProfileManager.h" 这两个相关的 是不是可以去掉 有没有影响单聊?
解决方案
可以去掉。这是处理昵称头像的。无法接受消息,先检查收发双方是不是在同一个appKey下。然后看消息是不是发送成功的,可以在发消息回调里判断error。如果确认发送是成功的,接收方回调没走的话,看这里http://docs.easemob.com/doku.php?id=start:300iosclientintegration:130iosqa#无法收到消息。 好友列表要从服务器获取,调用asyncFetchBuddyList。
时间: 2024-09-28 10:17:49