Hard delete video from camera roll through the app in ios

635 views Asked by At

Is there a way to hard delete video through the app? I mean if I delete the video from app it will also be deleted from the camera roll.

1

There are 1 answers

5
Andrea On

Depends which iOS you are targeting. From iOS8 you can use the Photo Framework aka PhotoKit, with this framework is possible to delete content from camera roll.
Sample from Apple.

On iOSes lower than 8 you an only fetch and save data.
This is valid if you saved the file on camera roll, as an application you can only decide to save in a particular folder of the app sandbox.