Write UIImage along with metadata (EXIF, GPS, TIFF) in iPhone’s Photo library
Apple has updated their article addressing this issue (Technical Q&A QA1622). If you’re using an older version of Xcode, you may still have the article that says, more or less, tough luck, you can’t do this without low-level parsing of the image data. https://developer.apple.com/library/ios/#qa/qa1622/_index.html I adapted the code there as follows: – (void) saveImage:(UIImage *)imageToSave … Read more