Here is my build.settings.
Successfully uploaded this month.
settings =
{
orientation =
{
default = "landscape",
supported =
{
"landscapeRight", "landscapeLeft"
},
},
splashScreen =
{
enable = false
},
iphone =
{
iCloud = true,
xcassets = "Images.xcassets",
plist =
{
CFBundleLocalizations =
{
"en", --English
"ot1", --other
"ot2", --other2
},
CFBundleDisplayName = "xxx",
CFBundleName = "xxx",
UILaunchStoryboardName = "LaunchScreen",
UIRequiredDeviceCapabilities = {"location-services", "arm64" },
GADApplicationIdentifier = "ca-app-pub-xxx~xxx",
NSAppTransportSecurity = { NSAllowsArbitraryLoads=true },
NSBluetoothAlwaysUsageDescription = "This app would like to access bluetooth.",
NSLocationAlwaysUsageDescription = "The app needs your location for analytics and advertising purposes",
NSLocationWhenInUseUsageDescription = "The app needs your location for analytics and advertising purposes",
NSCalendarsUsageDescription = "The app needs your calendar to provide personalised advertising experience tailored to you",
NSUserTrackingUsageDescription = "This identifier will be used to deliver personalized ads to you.",
SKAdNetworkItems = {
SKAdNetworkIdentifier = "cstr6suwn9.skadnetwork",
--SKAdNetworkIdentifier = "cstr6suwn9.skadnetwork", -- Bidmachine
SKAdNetworkIdentifier = "2u9pt9hc89.skadnetwork",
SKAdNetworkIdentifier = "5l3tpt7t6e.skadnetwork",
SKAdNetworkIdentifier = "4fzdc2evr5.skadnetwork",
SKAdNetworkIdentifier = "su67r6k2v3.skadnetwork",
},
--UIApplicationExitsOnSuspend = false,
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
--MinimumOSVersion = "8.3",
MinimumOSVersion = "12",
},
entitlements = {
["com.apple.developer.game-center"] = true,
},
},
plugins =
{
-- normal
['plugin.appodeal.base'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Yandex'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Unity'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.IronSource'] = { publisherId = 'com.coronalabs' },
-- beta
--['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' },
--['plugin.appodeal.beta.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
--['plugin.appodeal.beta.MyTarget'] = { publisherId = 'com.coronalabs' },
--['plugin.appodeal.beta.Yandex'] = { publisherId = 'com.coronalabs' },
--['plugin.appodeal.beta.Unity'] = { publisherId = 'com.coronalabs' },
--['plugin.appodeal.beta.IronSource'] = { publisherId = 'com.coronalabs' },
["plugin.utf8"] =
{
publisherId = "com.coronalabs"
},
["plugin.openssl"] =
{
publisherId = "com.coronalabs"
},
["plugin.iCloud"] =
{
publisherId = "com.coronalabs"
},
["CoronaProvider.gameNetwork.apple"] =
{
publisherId = "com.coronalabs"
},
},
}