LeaderBoard not showing up! (Google)

Are you doing “adb logcat” or are you doing it with more options including “Corona” on the command line?

Rob

I use " adb logcat Corona** :v *:s**" and its just not displaying an error on clicking leaderboards. Is there anyway you can help?

This is my build.settings file:

-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight", } }, android = { usesPermissions = { "com.android.vending.BILLING", }, googlePlayGamesAppId = "29844238489347" --long App ID number (use yours!) }, plugins = { ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, }, iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend --[[-- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXXXXXXX", -- example scheme for facebook "coronasdkapp", -- example second scheme } } } --]] } }, --[[-- Android permissions androidPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.READ\_PHONE\_STATE", "android.permission.ACCESS\_NETWORK\_STATE", },]]-- }

Okay just completely analysed logcat and it says “Warning, Game Network library not available on this platform”

Okay! Right I now have only one problem. I can connect to the leaderboards via mobile signal but I cannot connect via wifi. All files and settings are the same!

any Idea what the problem is?

bump!

Why are  your android permissions commented out?

Rob

They’re not are they? Can you just post the bit of code I need to change? and if i need to add any other permissions

-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = {     orientation = {         default = "landscapeRight",         supported = { "landscapeRight", }     },     android = {         usesPermissions =         {             "com.android.vending.BILLING",             "android.permission.INTERNET",             "android.permission.ACCESS\_NETWORK\_STATE",             "android.permission.WRITE\_EXTERNAL\_STORAGE",             "com.android.vending.CHECK\_LICENSE",         },         googlePlayGamesAppId = "29844238489347"  --long App ID number (use yours!)     },          plugins = {         ["CoronaProvider.analytics.flurry"] =         {             publisherId = "com.coronalabs",         },         ["plugin.google.play.services"] =         {             publisherId = "com.coronalabs"         },     },                iphone = {         plist = {             UIStatusBarHidden = false,             UIPrerenderedIcon = true, -- set to false for "shine" overlay         }     },     }

 

If you’ve not read this, it might help with understanding build.settings:

http://coronalabs.com/blog/2014/07/08/tutorial-understanding-build-settings/

Rob

Hey there nothing worked, I will just publish etc and see if it works. If not ill come back and sort it out. Thank you very much for all your replys"