GKMatchmakerViewController - 如何检测按“立即播放”

时间:2012-03-16 19:45:06

标签: ios objective-c game-center gkmatchmaker

有没有办法检测GKMatchmakerViewController中的“立即播放”按钮何时按下?

我在ref文档中找到的只有:

- matchmakerViewController:didFindMatch:

- matchmakerViewController:didFindPlayers:

- matchmakerViewControllerWasCancelled:

- matchmakerViewController:didFailWithError:

- matchmakerViewController:didReceiveAcceptFromHostedPlayer:

1 个答案:

答案 0 :(得分:1)

不,视图控制器不会为该事件调用委托方法。您打算如何处理这些信息? Game Center的配对很大程度上是不透明的,所以据我所知,那时候没有办法影响配对过程。

相关问题