I am developing a project, where the requirements are: - User will open the camera through the application - Upon capturing an Image, some data will be appended to the captu
The function: UIImageWriteToSavePhotosAlbum only writes the image data.
UIImageWriteToSavePhotosAlbum
You need to read up on the ALAssetsLibrary
The method you ultimately want to call is:
ALAssetsLibrary *library = [[ALAssetsLibrary alloc] [library writeImageToSavedPhotosAlbum:metadata:completionBlock];