if ([[NSFileManager defaultManager] fileExistsAtPath:@"/Applications/Cydia.app"]) { NSLog(@"设备已越狱"); } else { NSLog(@"设备未越狱"); }