-2

How to handle the Errors/Exception in IOS when the app is crashing ?

Please advice on send the error logs to email from the IOS app ?

Is it any third party software to track IOS apps ?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Manoj Arun S
  • 543
  • 5
  • 17
  • Take a look at this question: http://stackoverflow.com/q/12215012/1228534 – graver Nov 18 '13 at 16:25
  • Try [Crashlytics](http://try.crashlytics.com/) from Twitter. – Ram Gandhi Nov 18 '13 at 16:29
  • If you need some tracking features, including tracking of your app crashes, you can also try [Google analytics](https://developers.google.com/analytics/devguides/collection/ios/v2/). It's very easy to integrate in any app and gives a lot of statistics. – Leijonien Nov 18 '13 at 16:33

1 Answers1

3

Third party services is actually what you need:

And many others.

opedge
  • 1,532
  • 1
  • 10
  • 22