注册

iOS 在获取群详情的时候失败

iOS 在获取群详情的时候失败,错误码:EMErrorUserAuthenticationFailed,错误描述:User name or password is wrong.  这是什么原因,怎么就跟用户名和密码有关系了
 
 
(lldb) po aError.code
EMErrorUserAuthenticationFailed

(lldb) po aError.errorDescription
User name or password is wrong.
已邀请:
获取群组详情时,需要使用用户的token鉴权,EMErrorUserAuthenticationFailed看报错可能是用户的token失效导致的,你可以把客户端log导出来,看一下log中服务器返回的错误信息。

要回复问题请先登录注册