注册

为什么iOS收不到好友请求

1、确定发送方的appkey和要加的环信id正确。
2、确保接收方实现didReceiveBuddyRequest的类已经初始化。
 
已邀请:
1.首先确认,你调用环信添加好友的方法,传的参数的是不是对方的环信ID
2.将接受好友请求的回调函数,写在你的appdelegate中,在加上协议: IChatManagerDelegate     代理:[[EaseMob sharedInstance].chatManager addDelegate:self delegateQueue:nil];    双方都在线的情况下,测试下。

要回复问题请先登录注册