Hi,
Is it possible on the iPhone to access ipod folder in order to play in my app music that user chooses?
Thanks.
Hi,
Is it possible on the iPhone to access ipod folder in order to play in my app music that user chooses?
Thanks.
Sure, you can use the MPMediaLibrary and MPMediaPickerController to get this functionality.
If you look on the Apple iPhone Dev Center, you should be able to find the AddMusic example code to see how this works.
Also there is plenty more information in the MediaPlayer.framework documentation in Xcode.