MPMediaItem valueForKey broken?

2009-03-28 Thread Bryan Hansen
I'm trying to use the new MPMediaItem class in iPhone SDK 3.0 to obtain artist and album information. Every time I try to retrieve a value based on the key constants it crashes telling me that it is not key complaint for that key (ie title or artist etc) NSString *aTitle =

Re: MPMediaItem valueForKey broken?

2009-03-28 Thread Dave DeLong
https://devforums.apple.com/community/iphone/30beta Cheers, Dave On Mar 28, 2009, at 2:48 PM, Bryan Hansen wrote: I'm trying to use the new MPMediaItem class in iPhone SDK 3.0 to obtain artist and album information. Every time I try to retrieve a value based on the key constants it

[Moderator] Re: MPMediaItem valueForKey broken?

2009-03-28 Thread Scott Anguish
the iPhone 3.0 SDK is under non-disclosure. You can't talk about it publicly, including this mailing list. The Apple Developer Forums (http://devforums.apple.com) provide an appropriate forum for discussing iPhone 3.0 SDK without violating your agreement. Scott [Moderator] On