My question is what format the image is saved, if is dat or jpg. This is the code that i used:
NSString * urlImage = .....; NSString * _folderPath =
You should use
stringByAppendingPathComponent method to create or get exact valid path
stringByAppendingPathComponent
Use this way:
NSString * jpegPath = [_folderPath stringByAppendingPathComponent:imageName];// [NSString stringWithFormat:@"%@%@",_folderPath,imageName];