I use the ALAssetsLibrary + CustomPhotoAlbum category to save the image to a custom name album.
I recently encountered this problem: if I have an album (for example: myAlbum) in the library, after I deleted it ALAssetsLibrary+CustomPhotoAlbum , it is not possible to create an album with the same name.
After debugging, I found out that the call
[ALAssestLibrary addAssetsGroupAlbumWithName:resultBlock:failureBlock]
returns successfully (resultBlock is called). But the album was not created.
Does anyone have the same problem?
source share