build.settings
settings = { orientation = { default = "portrait", }, android = { googlePlayGamesAppId = "60167588125", versionCode = "6", versionName = "1.0", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android = true, iphone=true, ["iphone-sim"]=true } }, ["plugin.chartboost"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.analytics.flurry"] = { -- required publisherId = "com.coronalabs", }, --[[["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true }, },]] ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, }, iphone = { plist = { NSAppTransportSecurity = { NSAllowsArbitraryLoads=true }, NSLocationAlwaysUsageDescription = { "" }, NSLocationWhenInUseUsageDescription = { "" }, CFBundleIconFile = "Icon.png", CFBundleVersion = "1.0.1", CFBundleIconFiles = { "Icon.png", "Icon-60.png", "Icon-72.png", "Icon-72@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon@2x.png", "Icon-60@2x.png", "Icon-76.png", "Icon-76@2x.png", }, CFBundleIdentifier = "com.zeebagames.turntheround", ["UIInterfaceOrientation~iphone"] = "UIInterfaceOrientationLandscapeRight", ["UISupportedInterfaceOrientations~iphone"] = { "UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeLeft"}, ["UIInterfaceOrientation~ipad"] = "UIInterfaceOrientationLandscapeRight", ["UISupportedInterfaceOrientations~ipad"] = { "UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeLeft"}, UIStatusBarHidden = true, UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false }} }
Device - iPod Touch 5
iOS 9.3.5
CoronaSDK 2961