Hey Guys,
Looking for some help in getting my leaderboards working for my cross platform game. I have looked at numerous guides and walkthroughs including the following tutorial below and nothing appears to be working
http://coronalabs.com/blog/2013/06/25/tutorial-introducing-google-play-game-services/
It works fine via iOS testing but unable to see to get it to load when testing on Android.
I have checked all the following
-
- My package names all match across Google Play setup and the building of my app.
- = Google Play = com.roedangames.beetlejuice
- = Corona Build = com.roedangames.beetlejuice
- Ensured my build settings are correct as per below
- Recreated the app in the Google Play services.
- Checked my console logs and its appears to be registering fine.
CONSOLE LOG
02:18 I/Corona: systemEvent applicationSuspend 02:18 I/Corona: suspending........................... 02:20 I/Corona: Registration Successful 02:27 I/Corona: systemEvent applicationResume 02:27 I/Corona: resuming............................. 02:40 I/Corona: Android 02:40 I/Corona: Showing Android Leaderboard 02:42 I/Corona: Android 02:42 I/Corona: Showing Android Leaderboard 02:42 I/Corona: Android 02:42 I/Corona: Showing Android Leaderboard 02:43 I/Corona: Android 02:43 I/Corona: Showing Android Leaderboard 02:45 I/Corona: systemEvent applicationSuspend 02:45 I/Corona: suspending...........................
EDIT: Hey guys, I have been able to resolve this. Thanks