How to get NSData of mp3 using MPMediaPickerController?

后端 未结 1 1537
南旧
南旧 2020-12-18 13:57

I want to upload mp3 from my phone to server, for this i am using MPMediaPickerController.

After getting URL of MPMediaItem, i want to get

相关标签:
1条回答
  • 2020-12-18 14:30

    Take a look at this library: https://github.com/tapsquare/TSLibraryImport It can convert non-DRM items from iPod music library to mp3 files and then you can save them or use as NSData for further processing.

    0 讨论(0)
提交回复
热议问题