1

I am using an UIImagePickerController to pick both videos and images. When using the simulator to pick a video the corresponding delegate isn't firing. It does however work as expected for images.

- (void)imagePickerController: (UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
Aleksander Azizi
  • 9,829
  • 9
  • 59
  • 87
Nobin Thomas
  • 181
  • 11
  • What you give for mediaTypes? imagePicker.mediaTypes = [[NSArray alloc] initWithObjects:(NSString *)kUTTypeMovie, nil]; – Shreyank May 24 '16 at 04:27
  • http://stackoverflow.com/questions/10480170/how-to-select-any-video-or-movie-file-from-uiimagepickercontroller Hope this link helps you. – Mitesh Dobareeya May 24 '16 at 05:02
  • It seems to be the Simulator problem. I completely reset the simulator and now it seems to be working fine. Simulator -> Reset Content & Settings. – Nobin Thomas May 24 '16 at 05:42

0 Answers0