iphoneiosmpmediapickercontrollermpmediaquery

Access device music files from iPhone app programmatically


I want to access music files which are available on the iPhone and get it listed (or) get the file into my iPhone application some delegats and start playing it. Is it possible to do it ? Similar to how we access images from device photo album using UIImagePickerController delegate methods.

Thank you!


Solution

  • You can reference MPMediaPickerController class. It functions same as UIImagePickerController class.