HockeyApp SDK - Logging Caught Exceptions in iOS -


is there way send caught exceptions in ios ? implement in android using exceptionhandler.saveexception api in hockeyapp sdk. equivalent api in ios ?

@try {    // lines of code can cause exception } @catch (nsexception *exception) {    nslog(@"%@", exception.reason);    // report hockeyapp  } 

the hockeysdk-ios not support this, answered support requests on hockeyapp.

you need modify sdk , interact plcrashreporter make work. have no plans implement ourselves @ moment.


Comments