How can I copy/move a photo from Camera Roll to an app’s own Documents folder? UIImagePickerController returns a UIImage * by:
(UIImage *) [info objectForKey:UIImagePickerControllerOriginalImage]
How can I save the UIImage * as a file (best with all the EXIF information embedded)?
Try using following code