2

i am the new for iphone programming. i need to import media from iphone media library and copy to my app's document dir. please help me. thanks in adv.

GameLoading
  • 6,688
  • 2
  • 33
  • 57
korat prashant
  • 1,523
  • 10
  • 24

1 Answers1

0

I don't believe you can transfer assets from the media library into your own app's directory, but you can playback songs, etc. via the MPMusicPlayerController. (See Apple's iPod Library Access Programming Guide for more information, if this is what you're attempting to achieve.)

The AV Foundation Programming Guide also contains information about accessing media in the iPod library and photos, etc. so you might want to have a read of this.

John Parker
  • 54,048
  • 11
  • 129
  • 129