I have a problem with PhotoKit:
In my app, i get a mp4 video from remote camera and save it to phone filesystem in documents folder.
After this, I create an asset by using PHAssetChangeRequest.creationRequestForAssetFromVideo(atFileURL:)
and add it to custom assetCollection. After that, I can see this video in Photos.app and I can delete it by tapping trash button. But if I delete it from Photos.app list, it won't be displayed in list but original source file won't be removed from phone memory.
I want source file to be removed when user delete asset. How can I do this? Any ideas?
Thanx in advance!