I am merging some png files to a uiimage and I followed this thread ( UIImageWriteToSavedPhotosAlbum save as PNG with transparency? )
and tried to save the result as a png file by replacing this code with my image: [self composeImageWithWidth:100 andHeight:100)..
When I test this using simulator, I go to the folder in application support and find the png there. However when I test this on a real device, I cannot find the png file in my photo album.
What could be going wrong? Perhaps the paths of photo album?
Thanks for the answers