-1

I added my image in /var/mobile/Media/DCIM/100APPLE. I want my image can be shown by Photos app. However I didn't see. I wrote image to this directory but Photos app didn't see it How to make Photos app show the images I create in my application.

BB.
  • 707
  • 2
  • 11
  • 22
  • 2
    Why are you writing directly to that folder instead of using public APIs? – BoltClock Mar 04 '12 at 06:02
  • What @BoltClock said. Also, images in DCIM should also have thumbnails stored somewhere. It used to be in .MISC I think, but I can't find them. In any case, don't do this manually. – Aram Kocharyan Mar 04 '12 at 06:09
  • I found the solution. I use UIImageWriteToSavedPhotosAlbum to save my image to the album directly and the image file will be created as the same format name as other images created by camera, like IMG_0001.JPG – BB. Mar 04 '12 at 06:15

0 Answers0