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
Asked
Active
Viewed 60 times
1 Answers
1
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.

Community
- 1
- 1

Preetam Jadakar
- 4,479
- 2
- 28
- 58