Hi Rob,
Here are build settings
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight" , "landscapeLeft" } }, plugins = { ["plugin.gameanalytics"] = { publisherId = "com.gameanalytics", }, ["plugin.advertisingId"] = { publisherId = "com.coronalabs", }, ["plugin.chartboost"] = { -- required publisherId = "com.swipeware" }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true }, }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, ["plugin.gamecircle"] = { -- required publisherId = "COM\_INNOVATIVELEISURE", supportedPlatforms = { ["android-kindle"] = true }, }, }, android = { googlePlayGamesAppId = "1111111111", --removed for this post versionCode = "115", allowAppsReadOnlyAccessToFiles = false, usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.VIBRATE", }, }, iphone = { plist = { CFBundleIconFiles = { "Icon.png", "Icon@2x.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-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png" }, UILaunchImages = { }, 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 } } } --]] } }, }
I’ve targeted Amazon for the build ok.
How much of gameNetwork do I need to exclude in my code. e.g. do I need an if around the ‘require’ on each page.
Are there any examples of combining the GameCircle and GameNetwork plugins in one file?
Thanks