一直登陆成功 (在后台没有账号和密码错误的前提下)
[[EMClient sharedClient] loginWithUsername:@"8001"
password:@"111111"
completion:^(NSString *aUsername, EMError *aError) {
if (!aError) {
NSLog(@"登录成功");
} else {
NSLog(@"登录失败");
}
}];
这个函数为什么block回调不执行????
password:@"111111"
completion:^(NSString *aUsername, EMError *aError) {
if (!aError) {
NSLog(@"登录成功");
} else {
NSLog(@"登录失败");
}
}];
这个函数为什么block回调不执行????
没有找到相关结果
已邀请:
3 个回复
wangyuzhang
动态库的集成需要看文档:http://docs.easemob.com/im/300iosclientintegration/20iossdkimport
不要为了避免 Reaseon: image not found 此报错,而修改动态库的status为Optional状态
好时光
好时光