0

GKMatchmakerViewController の「今すぐプレイ」ボタンが押されたことを検出する方法はありますか?

私が参照ドキュメントで見つけることができるのは次のとおりです。

– matchmakerViewController:didFindMatch:

– matchmakerViewController:didFindPlayers:

– matchmakerViewControllerWasCancelled:

– matchmakerViewController:didFailWithError:

– matchmakerViewController:didReceiveAcceptFromHostedPlayer:

4

1 に答える 1

1

いいえ、View Controller はそのイベントのデリゲート メソッドを呼び出しません。その情報で何をするつもりですか?Game Center のマッチメイキングはほとんど不透明なので、私の知る限り、その時点でマッチメイキング プロセスに影響を与える方法はありません。

于 2012-07-26T14:01:03.613 に答える