snorkel123 / google-play-game-services-ane

Adobe Air Native Extension for Google Play Game Services
MIT License
19 stars 9 forks source link

Show all leaderboards #7

Open nightwolftamb opened 10 years ago

nightwolftamb commented 10 years ago

Hi. I found a bug in your code, but do not know how to compile ANE. Can you please change 21 string in file Leaderboards.java from intent.setAction(StubActivity.ACTION_SHOW_LEADERBOARD_BY_ID_ACTIVITY);

to

intent.setAction(StubActivity.ACTION_SHOW_LEADERBOARDS_ACTIVITY);

and compile new ANE?

Thanks

snorkel123 commented 10 years ago

What is wrong?

nightwolftamb commented 10 years ago

ANE does not show all leaderboards. It is show only ANEs that listed by IDs. If I use method LeaderBoards.showAll() - nothing happened. I checked android log and it says that there is no leaderboards ids to display. Something like "No extra achievememnt ids..."

snorkel123 commented 10 years ago

Compilation guide is here: https://github.com/alextel69/google-play-game-services-ane/wiki/Build

snorkel123 commented 9 years ago

@nightwolftamb a lot of time was gone since I last comitted to my ANE... but now I return and great changes are waiting! Stay tuned...