While saving image to camera roll what uri should be given to the the 'tag' to save to camera roll.
I tried to give the path of camera roll as asset-library://asset/
but throws an error saying Could not find asset with UUID (null)
While saving image to camera roll what uri should be given to the the 'tag' to save to camera roll.
I tried to give the path of camera roll as asset-library://asset/
but throws an error saying Could not find asset with UUID (null)
It's actually expecting the uri of an image asset. So the method seems to only be able to update existing assets. Try deploying your app with a placeholder image and then have the app update it. Remember to pass in the placeholder image's uri.