Hi,
In order to get crash callback in my iOS app, I had confirmed my class to ADEumCrashReportCallback protocol and implemented method
- (void)onCrashesReported:(NSArray<ADEumCrashReportSummary *> *)summaries in my class. But I am not getting any callback to this function to send the reports to Google Analytics. I am able to see the crash report in Dashboard but not getting the callback on next run. Can u help me out on this?
Thanks,
Sahana Rao