Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 914
Getsy Avatar asked Jan 17 '23 15:01

Getsy


1 Answers

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

like image 53
Amresh Kumar Avatar answered Feb 11 '23 01:02

Amresh Kumar