Yury
Yury
Are there any updates?
Take a look at KSCrashReportFilterAppleFmt
You should use filters to decode reports, e.g. id filter = [KSCrashReportFilterAppleFmt filterWithReportStyle:KSAppleReportStyleSymbolicatedSideBySide]; ``` KSCrashReportStore *crashReportStore = [[KSCrash sharedInstance] crashReportStore]; NSDictionary *reportWithID = [crashReportStore reportWithID:self.reportID]; NSArray *reports = @[reportWithID]; [filter...
Ваша проблема похожа на описанные мною https://github.com/yandexmobile/yandexmapkit-ios/issues/58 и https://github.com/yandexmobile/yandexmapkit-ios/issues/57 Как мне известно, проблемы с определением регоина и вызовами делегатных методов исправлены и появятся в новой версии MapKit. Осталось дождаться обновления...