Hello.
I’m getting “Runtime error” (screenshots attached). Have a problem with admob/applovin/flurry plug in. Only for iOS.
iOS Target: 9.2 Corona: 2016.2830
Xcode is 7.2.1
build.settings:
settings =
{
orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeRight”, “landscapeLeft”
},
},
plugins =
{
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true },
},
[“plugin.applovin”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, appletvos=true },
},
[“plugin.notifications”] =
{
publisherId = “com.coronalabs”
},
[“plugin.google.iap.v3”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true },
},
[“CoronaProvider.gameNetwork.google”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true },
},
[“CoronaProvider.gameNetwork.apple”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, [“iphone-sim”]=true },
},
[“plugin.OneSignal”] =
{
publisherId = “com.onesignal”,
},
[“CoronaProvider.analytics.flurry”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true },
},
[“CoronaProvider.native.popup.social”] =
{
publisherId = “com.coronalabs”,
},
[“CoronaProvider.ads.vungle”] =
{
publisherId = “com.vungle”,
},
[“plugin.gameanalytics”] =
{
publisherId = “com.gameanalytics”,
},
[“plugin.advertisingId”] =
{
publisherId = “com.coronalabs”,
},
},
android =
{
googlePlayGamesAppId = “924768734057”,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“com.android.vending.BILLING”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
},
usesFeatures =
{
},
},
iphone =
{
plist =
{
– UIApplicationExitsOnSuspend = true, – default is false
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
},
UIBackgroundModes = {“remote-notification”},
UIAppFonts =
{
“Franklin Gothic Medium Cond.ttf”,
“a_ConceptoTitulNrFy.ttf”,
“ComixHeavy.ttf”,
“Comic Sans MS.ttf”,
“Impact.ttf”,
},
},
},
}