App Crashing help!

Hello there,

My app works absolutely fine in the corona emulator and has worked fine on mobile devices for weeks and suddenly today my app has decided to crash after the menu. Is this a revmob error or an actual build error. This is occuring for 4/5 apps on the app store.

HELP!

James Mallon x

I assume you see this on your own test devices also?

Check the device logs.

Step 1:

For iOS

• Plug in your device with the USB cable.

• Open the the Xcode Organizer (Xcode->Window->Organizer) select “Console” under your device name.

For Android

• Plug in your device with the USB cable. (device must be in ‘USB debugging’ mode)

• Run adb logcat | grep Corona

Step 2:

Start your app and see what’s logged.

To add to Ingemar’s suggestion, sometimes the error on Android will be thrown by a non Corona Activity, so you should also do the “adb logcat” by itself without the grep if you don’t find it that way.  If you need more details on using these tools, please read:

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Brilliant response inegemar helped me out loads!

Thank You x

I assume you see this on your own test devices also?

Check the device logs.

Step 1:

For iOS

• Plug in your device with the USB cable.

• Open the the Xcode Organizer (Xcode->Window->Organizer) select “Console” under your device name.

For Android

• Plug in your device with the USB cable. (device must be in ‘USB debugging’ mode)

• Run adb logcat | grep Corona

Step 2:

Start your app and see what’s logged.

To add to Ingemar’s suggestion, sometimes the error on Android will be thrown by a non Corona Activity, so you should also do the “adb logcat” by itself without the grep if you don’t find it that way.  If you need more details on using these tools, please read:

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Brilliant response inegemar helped me out loads!

Thank You x