Posts

Post not yet marked as solved
1 Replies
453 Views
My recording was stopped due to low battery and phone shutdown. When I reopen my app, the recorded ".mov video"(around 8GB) file is not moving/copying to PHPhotoLibrary and it shows internalError which is hard to understand the exact reason for denying to add the video file to PHPhotoLibrary. Error Domain=PHPhotosErrorDomain Code=-1 \"(null)\") So How to resolve such kind of internalError while adding assets to PHPhotoLibrary? Thanks & Regards, Natarajan S
Posted Last updated
.
Post not yet marked as solved
0 Replies
640 Views
How to delete the PHAsset from device permanently to get more space on device immediately? I could only find the following API to delete PHAsset from the Photos app which is moving the assets to "Recently Deleted" album which is still holding memory on the device, PHAssetChangeRequest.deleteAssets((assets as NSArray)) Is there a solution to delete assets (programmatically) from the Photos app permanently?
Posted Last updated
.