Hello Rob,
SDK version: 2981
and my build.settings:
settings =
{
plugins =
{
[“plugin.facebook.v4”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, [“android-kindle”]=true }
},
[“plugin.zip”] =
{
publisherId = “com.coronalabs”
},
},
orientation =
{
default = “portrait”,
supported = { “portrait” },
},
android =
{
versionCode = “1”,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.CAMERA”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
},
usesFeatures =
{
{ name=“android.hardware.camera”, required=true },
},
facebookAppId = “2143453675879037”,
},
iphone =
{
plist =
{
UIRequiredDeviceCapabilities = { [“still-camera”]=true },
IApplicationExitsOnSuspend = false,
FacebookAppID = “2143453675879037”,
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fb2143453675879037”,
}
}
},
CFBundleVersion = “1.0.0”,
CFBundleShortVersionString = “1.0.0”,
CFBundleIdentifier = “it.idevelopers.skilife”,
CFBundleIconFile = “Icon.png”,
CFBundleLocalizations =
{
“en”,
“it”,
“fr”
},
NSAppTransportSecurity =
{
NSExceptionDomains =
{
[“fbcdn.net”] =
{
NSIncludesSubdomains = true,
NSExceptionRequiresForwardSecrecy = false,
},
[“facebook.com”] =
{
NSIncludesSubdomains = true,
NSExceptionRequiresForwardSecrecy = false,
},
[“akamaihd.net”] =
{
NSIncludesSubdomains = true,
NSExceptionRequiresForwardSecrecy = false,
},
[“skivallee.it”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
[“fr”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
[“it”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
[“com”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
[“org”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
[“ski”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
[“info”] =
{
NSIncludesSubdomains = true,
NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
},
},
},
LSApplicationQueriesSchemes =
{
“fb”,
“fbapi20130214”,
“fbapi20130410”,
“fbapi20140410”,
“fbapi20140116”,
“fbapi20150313”,
“fbapi20150629”,
“fbauth”,
“fbauth2”,
“fb-messenger-api20140430”,
},
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-167.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”,
“Icon-Small@3x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
},
window =
{
titleText =
{
default = “SkiLife”,
},
},
UIAppFonts =
{
“AlegreyaSans-Bold.ttf”,
“AlegreyaSans-Regular.ttf”,
“Oxygen-Bold.ttf”,
“Oxygen-Light.ttf”,
“Oxygen-Regular.ttf”,
},
},
},
}
The problem is still present …
Thanks.