문제

In my application, I want to copy a song from iPod Library.

How can I do that?

도움이 되었습니까?

해결책

Yes. It is possible, but hardly practical, to access raw song data. What you do from there is up to you. Here is a lengthy and detailed description of the process: http://www.subfurther.com/blog/?p=1103.

EDIT: Please be aware of App Store guideline 9.1 before making use of this technique. These guidelines require a developer login, so I've removed them from my post.

다른 팁

I think you can't. Apple should not allow this !

Edit : see iPod Library Access Programming Guide but I don't think you can access to file. Just metadata.

if iMovie can do it, and they say it is done with all public API's they are in direct conflict with themselves...

Maybe this gives them wiggle room to allow you to post iPod library content to YouTube, since YouTube handles the appropriate detection of sensitive audio. This is sticky but here is the final solution you should learn from to do the job...iPodLibrary Music to PCM Samples revised

Checkout this it will helps you https://github.com/davidcairns/MediaPlayerDemo

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top