I want save the pictures to the album on iOS.But i don't know what's the filepath of the photo album
Currently this is out of scope of this library because there is no specific path to the photo album. On iOS you need a special function UIImageWriteToSavedPhotosAlbum to achieve this and i would rather expect this from a photo/camera-related library, especially as this function needs an instance of UIImage and not a source filepath.
@itinance Thank you for your help。I solved this problem, on iOS I used CameraRoll.saveToCameraRoll save image to photo album。
Thanks for your feedback!
Most helpful comment
@itinance Thank you for your help。I solved this problem, on iOS I used
CameraRoll.saveToCameraRollsave image to photo album。