Not sure if that is possible. But what happens is, sometimes our app randomly crashes. We don\'t know what exactly the problem is. Is there a way for us to get the crash report
You can inject a third party code in your app, which would basically save your crash reports and thereafter you can use them for analysis. The way we do is capture any crash logs and upload them to the app server, which uses the info to display through a user-friendly web Interface (access controlled for admin purposes).
A great open source Crash Reporter library can be found here https://github.com/kstenerud/KSCrash