Search code examples
objective-ciosmpmediaitemmpmediapickercontroller

Pick Music from iOS Library and Send / Save


I have a query regarding Music Files.

I want to select 1/more Music files from the Music Library of iPhone/iTouch/iPad and Save in my Documents Folder or Send it to Server.

I roughly went through MPMediaPickerController and AddMusic(Sample Code). But, I could only get details of selecting Songs and Playing it.

Is it possible to Save those selected Songs, which I can also use to Send to Server ?

Thanks


Solution

  • Is it possible to save those selected songs, which I can also use to send to server?

    No, you can only play songs from the iTunes library.
    The raw audio files are not accessible, probably due to copyright protection.