ios7 Crash on certain devices

Hi there,

Slightly random one which I can’t recreate despite testing on all the major iPhone / iPad models.

A customer is finding that when they tap the icon to open any of my Corona-created apps on IOS7, the app immediately crashes after displaying the default png.

They’re running the apps on an iPhone 4S.

The error they’re getting in the log is:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Subtype: KERN_INVALID_ADDRESS at 0x00000000

Triggered by Thread:  0

Like I say - I can’t recreate it on our iPhone 4S here.

Has anyone experienced anything similar?

Thanks,

Ian

Same happening to me. Apple rejected my app, but I tested it on other iOS7 devices and my app works.

Ok - could Apple give you any details of the error when they rejected the app? If you explain it works on all your test devices they may be able to let you know some details.

My user who is having this problem is in Ethiopia and is so far the only person who has mentioned it so I was wondering if it was possibly a carrier related issue.

I am facing same problem. Is there any one who sort out this problem

I’ve downloaded the last daily build and when I build my app it crashed due an error with flurry plugin. In recent versions of corona sdk you need to include the plugin in the build.settings file. It previous versions it was not necesary but maybe was the problem. I don’t know. The app is waiting for review again. I will keep you informed about Apple’s answer.

plugins = { ["plugin.zip"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, },

Apple approved the app. It seems that you need to build the app with latest daily build. Hope it helps you.

Same happening to me. Apple rejected my app, but I tested it on other iOS7 devices and my app works.

Ok - could Apple give you any details of the error when they rejected the app? If you explain it works on all your test devices they may be able to let you know some details.

My user who is having this problem is in Ethiopia and is so far the only person who has mentioned it so I was wondering if it was possibly a carrier related issue.

I am facing same problem. Is there any one who sort out this problem

I’ve downloaded the last daily build and when I build my app it crashed due an error with flurry plugin. In recent versions of corona sdk you need to include the plugin in the build.settings file. It previous versions it was not necesary but maybe was the problem. I don’t know. The app is waiting for review again. I will keep you informed about Apple’s answer.

plugins = { ["plugin.zip"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, },

Apple approved the app. It seems that you need to build the app with latest daily build. Hope it helps you.