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