Hey i used to store my captured image into photo album but it fails to store the image that is captured recently!! When i capture more that a image it will store up-to the recent image.I had used the following method to check whether the image is stored properly but there is no error
Code:
UIImageWriteToSavedPhotosAlbum(photo, self, (SEL)@selector(image:didFinishSavingWithError:contextInfo:), nil)
is there any other method to check whether the image is stored properly on the photo album!!