I can not show the leaderboard window. Only the achievement window is showing.
GKGameCenterViewController *gameCenterController = [[GKGameCenterViewController alloc] init];
if (gameCenterController != nil)
{
gameCenterController.gameCenterDelegate = self;
//not available for tvOS gameCenterController.viewState=GKGameCenterViewControllerStateLeaderboards;
[self presentViewController: gameCenterController animated: YES completion:nil];
}
Any advices? Thank you!
Man, I really wish I could post screenshots like I could with the old Developer Forum...
Are your Leaderboard icons in the images.xcassets root level? Not in the Brand Assets, right? Also, in the Info pane on the right there is a Layers list. Be sure that list matches what you gave it. I've got Leaderboad icons with both 3 and 2 layers, and they seem to be working.
-Brian