Open nightwolftamb opened 10 years ago
What is wrong?
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..."
Compilation guide is here: https://github.com/alextel69/google-play-game-services-ane/wiki/Build
@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...
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