I have an application running on the real iPad device.
Randomly, when I click some button (not always the same) the application just quits without any message (it keeps running but ipad returns to home screen).
Instruments doesn’t detect any memory leak.
How can I debug this issue and find the real problem? Any tips?
Thanks!
Thank you guys.
I was using the segue (ios 5 arrow in storyboard builder) to navigate back to another view. I fixed it by navigating using dismiss in an action.