I am working with Game Center, and I know it’s easy enough to present the Game Center view controller to show all of a player’s open (turn-based) matches. But I would like to also show the number of matches the user is currently involved in, and give quick links to open those matches without using the Game Center view controller. Is there a way to do this?
Share
You can use the following method to retrieve the list of matches from the Game Center:
I have attached a code snippet to show how I am loading them. GameKitHelper is a singleton I use to perform some common Game Kit actions. I also request the player aliases to display them with the match info.