Tuesday, 7 August 2018

How to implement Exception/Error Handling in Swift 4 with native Crash Reporting?

I want to implement native crash reporting (without using 3rd party library recommended) in my iOS Swift 4 code and inform to my back end server with API call when the App Crashes or generating any exceptions. I found that App Store / iTunes Connect provides number of Crashes but it does not provide Crash information like from which UIViewController or from due to which error it crashed. Could anyone help me out in this? Thanks in advance.



from How to implement Exception/Error Handling in Swift 4 with native Crash Reporting?

No comments:

Post a Comment