注册

ios最新版,如何跳转到群聊框

已知群的id,[[EMClient sharedClient].chatManager getConversation:@"8001" type:EMConversationTypeGroupChat createIfNotExist:YES];根据文档使用这个方式进行跳转,但是点击无反应,请问什么原因。
已邀请:
您好,聊天页面需要先初始化的,您可以参考文档来创建聊天页面:http://docs-im.easemob.com/im/ios/other/easeimkit#聊天会话快速搭建
                EMChatViewController *chatVC =[[EMChatViewController alloc] initWithConversationId:dic[@"id"] type:EMConversationTypeGroupChat createIfNotExist:YES];

                [self.navigationController  pushViewController:chatVC animated:YES];

要回复问题请先登录注册