1

Need some support in fetching videos which are available in default videos app. I tried with PHAssetCollection & UIImagePickerControler it din't work as excepted.

UIImagePickerController *mediaUI = [[UIImagePickerController alloc] init];
        mediaUI.delegate = self;
        [mediaUI setMediaTypes:[NSArray arrayWithObject:(NSString *)kUTTypeMovie]];
        [self presentViewController:mediaUI animated:NO completion:nil];
anandyn02
  • 259
  • 1
  • 3
  • 6
  • There is no API to access videos from the Videos app. – rmaddy Jul 11 '16 at 05:10
  • @maddy I can see few apps in appstore. They are able to fetch videos from Video app. https://itunes.apple.com/us/app/video-2-cameraroll-save-movie/id1014376422?mt=8 – anandyn02 Jul 12 '16 at 03:50

0 Answers0