In cocoa touch 4.x Its possible create or edit a music playlist into the default/bundle music app for iphone/ipad? if it is, how will be the code?
Share
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.
You can access information from the iPod Library (iPod Library Access Programming Guide) by creating
MPMediaQuerys. This will allow you to retrieve playlists (using theMPMediaPickerControllerDelegate) but I don’t think you’ll be able to create playlists as you are only given read-only access (as well as playback).