App running on IPad suddenly disappears

I am running a test build of my app on IPad and it suddenly disappears and goes back to the “list of apps” screen. Doesn’t happen all the time - so far I have seen it twice. What exactly does that mean in Corona SDK terms, and is there a way to diagnose it?

Of course, when I run it in simulator, everything is hunky dorey (sp?). [import]uid: 160496 topic_id: 28589 reply_id: 328589[/import]

Hey Mike, just to clarify, you mean it’s crashing? (Sorry, I’m not sure what you mean by “disappears”.) [import]uid: 52491 topic_id: 28589 reply_id: 115400[/import]

See, I don’t know if it is crashing. It is running and suddenly it is not there and the screen is back to the main IPad screen (you know, whatever it’s called, with a bunch of apps to select).

[import]uid: 160496 topic_id: 28589 reply_id: 115404[/import]

Uh well that sounds an awful lot like a crash :wink:

Plug the device into the computer and open Xcode, then Organizer (CMD+Shift+2 is shortcut for this in Xcode) then find “console” under your device on the left.

Run your app and you should get a crash message there which could possibly be useful in finding the reason for the crash. [import]uid: 52491 topic_id: 28589 reply_id: 115585[/import]