[MPMusicPlayerController setQueueWithStoreIDs:] for tvOS 9.2 missing

I see in the tvOS 9.2 API Diffs document:

MPMusicPlayerController.h

Added -[MPMusicPlayerController setQueueWithStoreIDs:]

Which makes me hope that I can play an Apple Music track in a tvOS app - like in iOS 9.3. But the header in the tvOS 9.2 MediaPlayer.framework (xcode 7.3 beta) says:


MP_EXTERN_CLASS_AVAILABLE(3_0)

__TVOS_PROHIBITED

@interface MPMusicPlayerController : NSObject <MPMediaPlayback>


And MPMusicPlayerController is not available when I try to use it.


Any guidance on what I may be doing wrong or misunderstanding?


Thanks, dave