Can anyone give me some tips on setting up leaderboards for android?
I have 36 leaderboards, one for each level and best guess is I need to list all the id strings from google developer console in a table and then load / submit scores to those leaderboards based on the strings position in the table relative to the level number? Or is there an easier way?
Also The play services plugin is a couple of years old now, is it still good?
Thanks
Comments
Leaderboards still work though
The best option to manage leaderboards at this time seems to be gaming interface plugin, which use the same code for many service providers (like ads does)
Likes: mertocan
I found the following..
http://giderosmobile.com/labs/google-play-services
And went to the forum thread..
http://giderosmobile.com/forum/discussion/3216/android-google-gamecenter-support/p1
Where on the last page (last updated 2014??) found a link to this..
http://giderosmobile.com/labfiles/GiderosGooglePlay.zip
Which tells me that it is only available to premium members.
Come on. Do we expect people to adopt Gideros when this basic stuff isn't present and ready to use easily? I mean adding new fancy features is all very nice but getting the basics right should be a priority.
So, how does one go about implementing this stuff and testing it? Can somebody point me to a tutorial or forum thread please? Thanks.
Likes: simwhi
All latest plugins are stored in gideros install folder/All Plugins.
If you want to test google play services you need to go in All Plugins/googleplay/
There you can find installation instructions for Eclipse, ios and a reference.
I never used android studio so I can't be of help here. But I suppose that once you understand where to put what, it is almost the same for any plugin.
If you already use admob ads you probably already have installed google play services lib.
[edit: forgot to answer to your first question:
You have to test it on device with a custom player: setting all the things and IDs in your eclipse/android studio project following google instructions].
Likes: SinisterSoft
Hrmm, I don't have Eclipse, I'm using Android Studio. I haven't used any plugins before, they are a mystery to me.
Kind of frustrating getting to the point of adding this stuff and finding the support lacking. I look forward to the day that all that rubbish is handled by the Gideros Studio exporter.
Can we get some examples/documentation for Android Studio? Google recommend developers use that over Eclipse so that kind of documentation should actually exist somewhere
Optionally just whack something in this thread and I'll write something on the subject.
http://giderosmobile.com/forum/discussion/comment/43090#Comment_43090