— awesome news! Well hopefully the update goes through quickly...wish updating on the store was a bit quicker.
Have you tried 2.0.1 at all? That is the one I been using but yea no dice on the GameCenter. I will have to try out the 1.4.7 compiler then, but I guess I will have to roll back my C2 because I installed that CJS plugin which caused more problems when compiled.
Yea I would totally love to see an actual working example of game center, even just a small snippet would work for me, just to make sure I'm trying to call it at the right time and using the right ones, that would be fantastic!
I tried all of the compiler versions, except the newest which rolled out yesterday. Only the 1.4.7 works so far. I really hope Ludei will fix it, as our next game really needs global hiscores.
Anyways, here is how I do it:
First you need to set up the leader board on iTunes Connect in your app settings and give your leader board a name. I called it "GlobalHighTrambo".
Then, on the first (menu) layout:
On Start of the layout - CocoonJS - Request login (this connects the player to the GC and the "Welcome back, player!" message appears when player starts your game)
Then on my game over state I store the hiscore to a variable "GCHighScore" and call CocoonJS again, this time:
CocoonJS - Submit score of "GCHighScore" to Game Center leaderboard "GlobalHighTrambo".
That is all, actually. Let me know, if you have any questions.