Search code examples
objective-ciosnetwork-programmingnsdata

iOS: Get NSData of mp3


I want to send an mp3 file from music library from my iphone over wifi. So I need a way to get NSData of mp3 file. Is it possible? How can i access it?


Solution

  • The current API does not allow you to access the user's media library in this way.