I have one requirement like I have to track all the bugs and crashes from my production app of App Store from all devices.
I have idea tracking bugs or crashes by using Crashlytics library by integrating to my iOS project. And I have seen some other libraries too to achieve this.
But, my requirement is without using any third party library, I have to achieve this task.
And I know printing all the logs inside the apps and forwarding them to server by API call, but, if application gets crash app can't execute any code except Terminate delegate method. Even though we can't able to call the api request.
Can anyone suggest me, how to achieve this? I want implement this in Swift.