Corona version is 2019.3523
and this is build.settings file:
settings = { -- General parameters orientation = { default = "portrait", supported = { "portrait" } }, -- iOS parameters iphone = { xcassets = "Images.xcassets", plist = { CFBundleIconFiles = {}, UILaunchStoryboardName = "LaunchScreen", UIStatusBarHidden = true, UIPrerenderedIcon = true, -- Set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- Uncomment to quit app on suspend UIAppFonts = { "data/fonts/fonts.ttf" }, NSAppTransportSecurity = { NSAllowsArbitraryLoads = true }, -- To use non-secure http (temporary solution?) NSCalendarsUsageDescription = "No access to calendar needed", NSPhotoLibraryUsageDescription = "No access to photos needed", NSCameraUsageDescription = "No access to camera needed", } }, -- Android parameters android = { usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", }, applicationChildElements = { [[\<meta-data android:name="com.google.android.gms.ads.APPLICATION\_ID" android:value="XXXXXXXXXXXXXXX"/\>]], }, }, -- Exclude some files for different targets excludeFiles = { all = { "Icon.png", "Icon-\*dpi.png", "Images.xcassets" }, iphone = { "data/sounds/fx/\*.ogg" }, android = { "data/sounds/fx/\*.aac", "Default-568h@2x.png" } }, plugins = { ["plugin.appodeal"] = { publisherId = "com.coronalabs" }, }, }