I was trying to save a PNG file to photos albums folder on the iPhone device with a .png extension so that the transparency remains..
My question is: What is the path of photos album UIImageWriteToSavedPhotosAlbum function is using? I am using data write to file method..
Thanks
You can't access assets on the file system directly (assuming this isn't a jailbreak question). In addition to UIImageWriteToSavedPhotosAlbum, the Assets Library Framework provides access to the photo library if you're targeting newer versions of iOS.
Root/private/var/mobile/Media/DCMI/100APPLE
来源:https://stackoverflow.com/questions/8945368/what-is-the-path-of-photos-album-on-iphone-device