Is it possible on the iPhone to access ipod folder in order to play in my app music that user chooses?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.