Hi,
I have received the same crash reports as well.
The app was built with latest version 2179.
9 crash reports have been received within past few hours.
So far these 9 reports all came from Android 4.3.
Possible steps to reproduce the crash:
I am using Sony Xperia Z1 Android 4.3
- (100% crash in my case)
- (50% crash in my case)
Here is my build.settings
[lua]-- Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings = {
orientation = {
default = “portrait”,
supported = { “portrait”, }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
UIApplicationExitsOnSuspend = false, – uncomment to quit app on suspend
UIAppFonts =
{
“slkscr.ttf”,
},
FacebookAppID = “XXX”,
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fbXXX”, – example scheme for facebook
}
}
}
}
},
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_WIFI_STATE”,
“android.permission.READ_PHONE_STATE”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
},
},
plugins =
{
[“facebook”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone = true },
},
[“CoronaProvider.native.popup.social”] =
{
– required
publisherId = “com.coronalabs”,
},
[“CoronaProvider.ads.admob”] =
{
– required
publisherId = “com.coronalabs”,
},
},
}
[/lua]