I\'ve been working with the nice PLCrashReport framework to send to my server the crash reports from my user\'s iOS devices.
However, to symbolicate the crash report
Why don´t you try this?
NSString *os_version = [[UIDevice currentDevice] systemVersion]; NSLog(@"%@", os_version); if([[NSNumber numberWithChar:[os_version characterAtIndex:0]] intValue]>=4) { // ... }