I have deployed my application on an iPad. When I start the application and leave it open for several hours and then come back to it, I find that the application is frozen and unresponsive, basically I'm getting an ANR.
Searching online I've found that a way to debug these problems for native apps is to leave it running in Xcode and when it's ANR inspect where the code is at.
I've tried doing the same thing with Visual Studio for Mac, but it disconnects the debugging session before I get my ANR.
How can I debug this or get any information that might help me?