Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For various reasons I need to use AVPlayer to play music from the IOS iTunes library. When I try to retrieve the URL for a DRM protected song the result is null. Has anyone found a way to achieve this?

share|improve this question
Looked in apple devforums, don't seems to have a way to do this. – kenji Dec 12 '11 at 9:34

1 Answer

There is no way to accomplish this, period. The only supported way to play the DRM-protected songs is via the built-in library. You also can't record that stream, it gets mixed in at a different stage to prevent apps from getting the DRM music that way.

share|improve this answer
Doesn't seem doable from AVPlayer or AVAudioPlayer. – mark Apr 11 '12 at 17:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.