How do I access videos on an iPhone? Where does it store downloaded videos?
Is there any sample code available to access the videos on an iPhone? Thanks in advance.
There is no (documented) way to programmatically access the video/photo library without user interaction. Your only choice is to instantiate and display a UIImagePickerController and let the user select a video.
UIImagePickerController