Game Circle Leaderboards HELP
MinecraftGeek
Member, PRO Posts: 76
How do I add leaderboards for android? I've been searching and can't find it. I'm uploading the app to Android and Amazon as well. I am a PRO user, also how do I set up Revmob? When I try to add it when publishing the game it says " You have selected RevMob as an ad provider without entering a valid RevMob ID for this platform. Please enter a valid RevMob ID in the RevMob Service tab. " What service tab????
Also how do I make an Android Package name??
Thanks
Comments
Game Circle by Amazon is the only leaderboards provided for Android. Something to consider is how you name your leaderboards for Apple and Amazon. Amazon won't accept a period "." in a leaderboard name.
If you used a period "." in your Apple leaderboard names you might want to think about changing it to an underscore "_". This will allow you to use the same leaderboard names for both Game Center and Game Circle. Otherwise you will have to set up a table with separate names for both and code to choose it.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
Rev mob can be added by going to Revmob.com making an account and creating an app on the website. Copy the app id from RevMob and go to the publishing panel of GameSalad. Paste that id into the services tab (Third tab from top), then enable RevMob on the platform you want to support.
To make an android package name just use a reverse domain com.(yourusername).(AppName)
Need Help? Email Me | Templates | Full Game Source Code
Thank you guys so much, you have really helped me.