corona version:2017.3023
build.settings:
settings =
{
orientation =
{
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
default = “portrait”,
supported = { “portrait”, },
},
excludeFiles =
{
– Include only the necessary icon files on each platform
iphone = { “Icon-*dpi.png”, },
android = { “Icon.png”, “Icon-Small-*.png”, “Icon*@2x.png”, },
},
–
– iOS Section
–
iphone =
{
plist =
{
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
CFBundleIconFiles =
{
“Icon.png”,
“Icon@2x.png”,
“Icon-167.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-60@3x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”,
“Icon-Small@3x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
},
},
},
–
– Android Section
–
android =
{
googlePlayGamesAppId = “xxxxxxxxxx”,
facebookAppId = “xxxxxxxxxxxx”,
usesPermissions =
{
“android.permission.INTERNET”,
},
},
plugins =
{
[“CoronaProvider.gameNetwork.google”] =
{
publisherId = “com.coronalabs”,
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
[“plugin.googleAnalytics”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, }
},
[“plugin.facebook.v4”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, [“android-kindle”]=true }
},
},
}
actualy am stuck on this leaderboard topic from a week, am not able to login and upload game score to leaderboard, refered and tried a lot of code from differnt sources but not getting success till now.
https://forums.coronalabs.com/topic/67347-not-able-to-login-into-gpgsleaderboard-and-upload-highscore/#entry348589