I have a mature, existing iOS app that makes many calls to MPMusicPlayerController. In iOS11 beta5 and earlier, many cause a permanent blocking. I found this in the release notes:
Known Issues
• Setting the nowPlayerItem property of MPMusicPlayerController does not work. (32258814)
But I'm also having trouble reading the property for playbackState on the musicplayer as well.
Is it safe to assume that all these are related to a known bug? Is there a way to view the bug (I guess the number in the doc is a bug radar number) even if I didn't file it just to confirm the trouble I'm having is part of the known issue?
Thanks in advance for any help. I've been so lucky in the past that I don't have much experience with the bug reporter ;-)