Same here +1000 for Glitch Games!
Unfortunately I am having an issue with Game center and I am pretty sure it is not a problem with GGameCentre. Why I am saying that?
1- I used the library on my first game (Space Command without any issue)
2- The same game still work fine (in term of game center) with the latest ios 7
My new game (Mad Gods) does not show the Game Center request for login. I have used the library the exact same way that I did with Space Command. Space command ask me if I want to login. The only two difference I see are:
1- Space Command was made with Director and new game is made using Storyboard
2- Space Command is live and new Mad Gods version (1.1.0 ) is in beta
So it must be the way I should be using the library that has changed (maybe). I am using a test user but when i try the app I am logged off from GC (from the options) and like I said, the old game fine (it always ask me to login if I want to)
I think maybe it is the way I setup with Storyboard (I am very new to Storyboard) Basically I am putting this in menuScreen.lua (NOT in main.lua)
– initialize gamecenter
local GGGameCentre = require( “GGGameCentre” )
local gameCentre = GGGameCentre:new()
then later in the same menuScreen.lua I call this from a gameCenter button (two leaderboards)
gameCentre:setHighScore(“com.lairdtopfreegames.MadGods.bestDistance”,highScore)
gameCentre:setHighScore(“com.lairdtopfreegames.MadGods.totalDistance”,totalDistance)
gameCentre:showLeaderboards()
At least the way I used the GGameCentre on my first game. Maybe it worked ok because I was using Director? Is this ok? Or I should I put the code in the main.lua? Which part given the fact that my gamecenter button is in the menuScreen.lua?
I realize that this is not an issue with the library but I will welcome any suggestions on how to set up GGameCentre with Storyboard since i think this is where my issue lies.
THANKS!
Mo
ps: Oh I forgot, when i press my GC button, a message popup with something like “Game Center Unavailable…player is not signed in” The problem? I am older game using the library shows me a login window to GC…