GameCenter support for tvOS

Its on the to-do list, but we are working on higher priority items at this time. We need to continue to vote on the requests at our feature request site: http://feedback.coronalabs.com

Rob

https://marketplace.coronalabs.com/plugin/game-center

Hey Scott, I purchased the plugin and just about have it working… Game Center loads correctly in Apple TV, but every call to gc.leaderboards.show() loads up only the achievements, not the leaderboards.

Hi Scott,

did you answer “borderleap”? If yes, please post you answer here. I will buy the plugin in the next weeks for my “Freeze! 2”-tvOS-version, thanks for releasing it!

Best

Andreas

sorry did not answer, using outlook, i sometimes miss emails from forums. Sorry to say “showing” apple’s leaderboard pop is not possible due to the fact they don’t have a leaderboard pop like they do on iOS or macOS. I recommend making your own custom leaderboard.

with 

local function lis(e) print("loadScores") print("----------") print(json.encode(e)) print("----------") end gc.leaderboards.loadScores("insert leaderboard id here", lis,{timeScope = "today", playerScope= "friends"})

of course use display objs :slight_smile:

Please post question here( https://forums.coronalabs.com/topic/66537-gamecenter-for-ios-tvos-and-macos/#entry345449) about gamecenter

Is the tvOS + GameCenter integration being worked on? Does anyone know?

Cheers guys!

Its on the to-do list, but we are working on higher priority items at this time. We need to continue to vote on the requests at our feature request site: http://feedback.coronalabs.com

Rob

https://marketplace.coronalabs.com/plugin/game-center

Hey Scott, I purchased the plugin and just about have it working… Game Center loads correctly in Apple TV, but every call to gc.leaderboards.show() loads up only the achievements, not the leaderboards.

Hi Scott,

did you answer “borderleap”? If yes, please post you answer here. I will buy the plugin in the next weeks for my “Freeze! 2”-tvOS-version, thanks for releasing it!

Best

Andreas

sorry did not answer, using outlook, i sometimes miss emails from forums. Sorry to say “showing” apple’s leaderboard pop is not possible due to the fact they don’t have a leaderboard pop like they do on iOS or macOS. I recommend making your own custom leaderboard.

with 

local function lis(e) print("loadScores") print("----------") print(json.encode(e)) print("----------") end gc.leaderboards.loadScores("insert leaderboard id here", lis,{timeScope = "today", playerScope= "friends"})

of course use display objs :slight_smile:

Please post question here( https://forums.coronalabs.com/topic/66537-gamecenter-for-ios-tvos-and-macos/#entry345449) about gamecenter