简体   繁体   中英

GKMatchmakerViewController - how to detect pressing “Play Now”

Is there a way to detect when "Play Now" button in GKMatchmakerViewController pressed?

All I can find in ref docs are:

– matchmakerViewController:didFindMatch:

– matchmakerViewController:didFindPlayers:

– matchmakerViewControllerWasCancelled:

– matchmakerViewController:didFailWithError:

– matchmakerViewController:didReceiveAcceptFromHostedPlayer:

No, the view controller doesn't invoke a delegate method for that event. What do you intend to do with that information? Game Center's matchmaking is largely opaque, so as far as I know there's no way to influence the matchmaking process at that point.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM