GGLibs - Modules to speed up development

WOW! I see that GGGameCentre has been added. I am assuming that it is not yet completely done? I tried using it and it seems to show the leaderboard but I do not see anyway to add the user highscore to GC. Anyway it seems very easy to use and I cannot wait when it is complete!

By the way, I will assume that simply need to add a leaderboard to Itunes connect and GGGameCentre will find it and displayed, correct?

Thanks again.

Mo [import]uid: 100814 topic_id: 32733 reply_id: 136631[/import]

Yea it’s not quite ready yet and it still lacking a few vital features :slight_smile:

I’ve just added a function for adding a new score. [import]uid: 119420 topic_id: 32733 reply_id: 136633[/import]

THANKS! WOW, this is nice of you, I can now test GC in my app!

Happy Holidays!

Mo [import]uid: 100814 topic_id: 32733 reply_id: 136637[/import]

You’re welcome! It’s still a work in progress but I’m hoping to be able to work on it today. We’re not back in the office yet but it’s Sunday and I’m bored :slight_smile: [import]uid: 119420 topic_id: 32733 reply_id: 136756[/import]

“…it’s Sunday and I’m bored :-)!..” Same here, LOL!!!

Mo [import]uid: 100814 topic_id: 32733 reply_id: 136858[/import]

Hello,

Do you think GGGameCentre is usable as it stands for a simpl “leaderboard” on GameCenter? Cannot wait for all the modules you may share in 2013. Happy New Year!

Mo [import]uid: 100814 topic_id: 32733 reply_id: 137287[/import]

Hi Glitch Games,

Is it possible to implement a like button with GGFacebook?

[import]uid: 106768 topic_id: 32733 reply_id: 137338[/import]

@ Mo - It should be fine for that now it has the setScore function as you can add scores as well as view the leaderboards etc

The ones I want to add soonest are GGStore, GGTimer and GGCanvas.

@ ivke - At present that can’t be done with GGFacebook and I’m not 100% if it can be done programatically at all. It may require a dialog, I’m not sure. [import]uid: 119420 topic_id: 32733 reply_id: 137339[/import]

Cool thanks! WOW! that will be so cool:)

Can’t wait.

Mo

[import]uid: 100814 topic_id: 32733 reply_id: 137424[/import]

Just added GGTimer, when I started this I didn’t actually realise that Corona Timers now had the ability to pause/resume so that teaches me for not reading all the api docs. Either way, here it is - https://github.com/GlitchGames/GGTimer [import]uid: 119420 topic_id: 32733 reply_id: 137496[/import]

Just added in basic achievement functionality to GGGameCentre - unlockAchievement() and resetAchievements() [import]uid: 119420 topic_id: 32733 reply_id: 137498[/import]

Hello,

Do you think GGGameCentre is usable as it stands for a simpl “leaderboard” on GameCenter? Cannot wait for all the modules you may share in 2013. Happy New Year!

Mo [import]uid: 100814 topic_id: 32733 reply_id: 137287[/import]

Hi Glitch Games,

Is it possible to implement a like button with GGFacebook?

[import]uid: 106768 topic_id: 32733 reply_id: 137338[/import]

@ Mo - It should be fine for that now it has the setScore function as you can add scores as well as view the leaderboards etc

The ones I want to add soonest are GGStore, GGTimer and GGCanvas.

@ ivke - At present that can’t be done with GGFacebook and I’m not 100% if it can be done programatically at all. It may require a dialog, I’m not sure. [import]uid: 119420 topic_id: 32733 reply_id: 137339[/import]

Cool thanks! WOW! that will be so cool:)

Can’t wait.

Mo

[import]uid: 100814 topic_id: 32733 reply_id: 137424[/import]

Just added GGTimer, when I started this I didn’t actually realise that Corona Timers now had the ability to pause/resume so that teaches me for not reading all the api docs. Either way, here it is - https://github.com/GlitchGames/GGTimer [import]uid: 119420 topic_id: 32733 reply_id: 137496[/import]

Just added in basic achievement functionality to GGGameCentre - unlockAchievement() and resetAchievements() [import]uid: 119420 topic_id: 32733 reply_id: 137498[/import]

@Glitch Games

I have a quick question about Game center using your lib. I can see the leaderboard and my highscore fine. The question I have is if I send a beta test to other, would they be able to see their highscore on the leaderboard and more importantly, would they see my highscore (and vice versa) OR do i need my app to be release on the app store to be able to watch each other highscore on the leaderboard? If yes (need to release first) then how people are testing their app with Game Center before releasing?

In any event, your libs are amazing time savers and I cannot thank you enough for sharing those with us.

THANKS!

Mo

ps: Sorry i have to ask about GGStore! I am hoping to release a version of Space Command with a store… [import]uid: 100814 topic_id: 32733 reply_id: 138563[/import]

Hey Graham,

I just finished up my own GGStore type of library.

I’d be curious what method’s and properties you are exposing via yours to see if I am missing anything. [import]uid: 160288 topic_id: 32733 reply_id: 138586[/import]

I believe during testing the leaderboard will be in Sandbox mode that can be seen Test Users as set up in iTunes Connect, until then I don’t believe you will see their scores. However don’t quote me on this :slight_smile:

Currently GGStore has wrapped up the functionality of the Corona API for it all and also stores info about the purchases such as the product IDs so you can do quick checks to see if something has been purchased or not. It can also be put in debug mode where it lists everything as purchased. It’s all pretty basic at the moment though as we only use it for one app, Mixis, so will need expanding etc [import]uid: 119420 topic_id: 32733 reply_id: 138774[/import]