Unable to load leaderboards via Google Play

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.
  1. = Google Play     = com.roedangames.beetlejuice
  2. = Corona Build   = com.roedangames.beetlejuice
  3. Ensured my build settings are correct as per below
  4. Recreated the app in the Google Play services. 
  5. 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

And how did you fix it?

Dear sign.in,

I found out the my CERTIFICATE FINGERPRINT (SHA1) from my Android Developer Console did not match that of my build so even though it was registering it was never truly authenticating properly.

Thanks

Dan 

And how did you fix it?

Dear sign.in,

I found out the my CERTIFICATE FINGERPRINT (SHA1) from my Android Developer Console did not match that of my build so even though it was registering it was never truly authenticating properly.

Thanks

Dan