注册

一直登陆成功 (在后台没有账号和密码错误的前提下)

[[EMClient sharedClient] loginWithUsername:@"8001"

                                      password:@"111111"

                                    completion:^(NSString *aUsername, EMError *aError) {

                                        if (!aError) {

                                            NSLog(@"登录成功");

                                        } else {

                                            NSLog(@"登录失败");

                                        }

                                    }];
这个函数为什么block回调不执行????
已邀请:

A5FEAAE4-948D-494E-A058-95CF0FD7EB53.png


动态库的集成需要看文档:http://docs.easemob.com/im/300iosclientintegration/20iossdkimport
不要为了避免 Reaseon: image not found 此报错,而修改动态库的status为Optional状态
Embedded Binaries这个怎么加呀???
多谢!!!!!

要回复问题请先登录注册