I want to count and analysis crashes only in my SDK(framework),but not occur in APP which integrated my SDK
23:16 07 May 2019

I am a SDK developer and now i want to collect crashes only in my SDK.But when a crash occur, it may be caused by the app which integrated my SDK.What i what to do is filter those.

The first thing i thought of was integrate third party library like KSCrash.But the problem is that the KSCrash is init in AppDelegate.m and effective all APP life include SDK.So i do not know how to integrate it only in my SDK???

ths for anybody who can help me

ios sdk crash