游戏中心多人游戏卡住连接

时间:2013-01-11 18:04:24

标签: iphone game-center

我想在我的游戏中添加多人游戏模式但是有问题。 有时它可以连接我的iDevice和模拟器,但大多数时候它只停留在游戏中心屏幕上,显示“正在连接...”。我选择自动匹配,快速找到另一个玩家,并在屏幕上显示彼此帐户的名称。但是从那时起就没有任何作用了。大约一分钟后,名字再次消失,它就无法连接。这是一般性问题还是我网站上的错误? 当它工作时,游戏中心屏幕就会消失并且匹配开始,这就是我想要的。

此代码调用游戏中心屏幕: 的

UIViewController  *myView = [[UIViewController alloc] init];
UIView *viewHost = myView.view;
[[[CCDirector sharedDirector] openGLView] addSubview:viewHost];
[[GCHelper sharedInstance] findMatchWithMinPlayers:2 maxPlayers:2 viewController:myView delegate:self];
[myView shouldAutorotateToInterfaceOrientation:UIInterfaceOrientationLandscapeLeft];

0 个答案:

没有答案