Sure.
settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight" }, }, android = { googlePlayGamesAppId = "30572782726", -- Your Google Play Games App Id usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", }, CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon-xhdpi.png", "Icon-hdpi.png", "Icon-mdpi.png", "Icon-ldpi.png", }, }, iphone = { plist = { UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false, CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", }, UIApplicationExitsOnSuspend = false, -- must be false for single sign-on to work FacebookAppID = "XX0816124702262", -- replace XXXXXXXXX with your facebook appId CFBundleURLTypes = { { CFBundleURLSchemes = { "fb620816124702262", -- replace XXXXXXXXX with your facebook appId } } } }, }, plugins = { -- key is the name passed to Lua's 'require()' ["CoronaProvider.gameNetwork.google"] = { -- required publisherId = "com.coronalabs", supportedPlatforms = { android = true } }, }, }