GGGameCentre Leaderboard shows no scores.

Hello all,

I’m sure i’ve seen this problem in other post but never a “solution” I’m wondering if anyone out there still using GGGameCentre library or can just shed some light I will be very thankful. Basically the problem is i’m saving my score to Game Center and when I touch Game Center button it shows a leaderboard tab and challenges, my game has no challenges so ill ignore that tab but under leaderboard it say’s “no scores” I thought maybe because it was just me in sandbox mode and needed more then 1 account to post score but my game went live a couple of days ago and my game center leaderboard is live but still shows “no scores” my apps been downloaded quite a bit so i’m sure there is multiple players. 

My ITC side of things works fine I set up a leaderboard ect and the exact same ID (“com.SM.Leaderboard”) is what I use to setHighScore.

 

This are both apps, they are completely free if you want to try it and see if GameCenter works for you

iPhone/Stoplight Madness: View on App Store

iPhone/Math Mirror: View on App Store

 

PS: My code is set up like this… Thank’s for any help!!!

 

local GGGameCentre = require( “GGGameCentre” )

 

local gameCentre = GGGameCentre:new()

 

– I call setHighScore when player sets a new high score

gameCentre:setHighScore( “com.SM.Leaderboard”, highscore )

 

–I call showLeaderboards when player clicks on Game Center button

gameCentre:showLeaderboards()

 

PS: I’ve read online and been told on another post to wait a few days sometimes Game Center takes a few days to get up and running. It’s been almost 4 days is this normal? Would like to hear others opinion and experience with this. This is the link to the other post that I found to be helpful but I still can’t wrap my head around this problem if it’s something with my codes or just simply Game Center delay from Apple’s side of things.

 

Link: http://forums.coronalabs.com/topic/28857-how-to-best-testset-gamecenter-i-am-using-gggamecentre-module/