-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登录成功或失败后有监听函数或回调吗 #48
Comments
#define kAppWorkStateChange @"kAppWorkStateChange" 可以注册这个字符串的通知 监听App登录状态 |
App状态 可参见该枚举 PS:问题可以提到对应的 https://github.com/startalkIM/imsdk-ios/issues 看看是否对你有帮助 |
#import "QIMSDK.h" } 你好我按照文档上这个代码写了一下,然后又按照你说的这个通知监听一下,然后监听方法里走了一次 这个链接指的是什么 我的域名和账号都是没问题的,谢谢 |
补充错误信息 |
同时问一下后台的返回错误码文档在哪里 |
AppWorkState_Logining 是登录中 AppWorkState_Logout 是没登录上 或者退出登录 没区分的那么细 |
可以看出来我上面发的登录失败的报错原因是啥吗,我的域名和用户名和密码都是对的啊 或者说在哪能看到登录失败的错误原因 |
登录成功或失败后有监听函数或回调吗
/**
用户登录
@param userName 用户名
@param pwd 用户密码
*/
按照文档配置完导航成功后调用改登录接口,但是未找到登录成功或失败后的回调或函数监听
The text was updated successfully, but these errors were encountered: