We are writing static library. We have done exception handling for the exposed APIs. But still there are few un-handled Exceptions (or OS Exceptions). Can you please let me know
You can use NSSetUncaughtExceptionHandler, you probably should add it to AppDelegate
NSSetUncaughtExceptionHandler
you can finde example on this page: http://www.learn-cocos2d.com/tag/nssetuncaughtexceptionhandler/