How to quickly use application discovery?

I am currently working on code to register user behavior in the application and report crashes and the sequence leading to them. I have one big problem, I don’t know how to make my application detected if it crashes. Does anyone know how to do this quickly? Your help will be greatly appreciated!

+8
logging swift crash
source share
1 answer

I do not think there is currently a way to do this. When your application crashes, it ceases to function, and all processes stop. Usually any alarm and diagnostic data is sent through the user settings panel.

Edit: There is a useful article here: stack overflow

Hope this helps.

+1
source share

All Articles