Posts

Post not yet marked as solved
3 Replies
720 Views
I would like to create my simple custom crash handler in swift to catch all my crashes or uncaught exceptions and save it locally, when user opens the app again, will send to server via service.could you please suggest the best approach, best practices or any articles to achieve this?Thanks in advance
Posted Last updated
.
Post not yet marked as solved
3 Replies
2.0k Views
I developed a Swift SDK where i need to handle all uncaught exceptions and crashes with in SDK.My objective is simple would like to capture uncaught exception with the call stack and log to file or send to server.I would like to know, is there any way to capture uncaught exceptions with in my swift SDK?or any 3rd party library which will help me to integrate only with SDK to capture the crashes or uncaught exceptions?Thanks in advance
Posted Last updated
.