Posts

Post not yet marked as solved
1 Replies
Might be worth adding that I've been struggling with issues with the mediaplayer framework. There have been issues for a long time with MPMusicPlayerController not returning values (nowPlayingItem etc.), or doing so after a terrible lag that locks up the main thread. So I've been making these calls in an asynchronous block and then switching back to the main thread to update the UI. This at least keeps the app responsive.Probably these are related, but again, this approach has been working through iOS 13.3.x and the issues are in iOS 13.4...