objective c - Hard delete video from camera roll through the app in ios -


is there way hard delete video through app? mean if delete video app deleted camera roll.

depends ios targeting. ios8 can use photo framework aka photokit, framework possible delete content camera roll.
sample apple.

on ioses lower 8 fetch , save data.
valid if saved file on camera roll, application can decide save in particular folder of app sandbox.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -