I am developing an iPhone app in which I need to provide the facility to the user where he/she will be able to select audio files saved on the device and will be able to play them in my application.Please give me right direction to proceed.
Thanks
I am developing an iPhone app in which I need to provide the facility
Share
you’ll have to use MPMediaPickerControllerDelegate for this.
This will give you the all the media files listed on your device. And to play those files you may write the code for that in its delegate method.
This article might help you more. http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/