Filter the contents of the Photo Gallery from my app

72 views Asked by At

I have an application that will take care of recording video using UIImagePickerController object and videos are saved in the shared library of IOS. I have only one problem. If you record video from an external application to my application, unfortunately I can see both the videos recorded with my application is the video recorded by the other application. Is there a way to make the filter of assets not recorded with my application? Thank you, Vincenzo

1

There are 1 answers

0
Preetam Jadakar On

Save video to apps document folder and while using, pick it from the same location.

Refer this link to save video in documents folder. But your other apps are unable to access those and deleting app deletes captured videos too.