How to Display Multiple Media Contents in the Now Playing Control Center?

Hello everyone,

I am currently developing a media playback app and want to achieve the following functionality:

Display multiple media contents in the Now Playing control center, instead of just showing the currently playing one.

Allow users to select and switch between different contents, such as videos, music, etc., from the control center.

However, I have encountered some issues:

Although I have integrated the Now Playing control center, it only displays the current media being played.

I would like to display multiple selectable media contents (such as a video list, music list, etc.) in the control center, similar to what is done by some media player apps, and allow users to switch between them.

I’ve tried the following methods:

Using MPNowPlayingInfoCenter to update the current playing media information.

Attempting to set MPNowPlayingInfoPropertyPlaybackQueueCount to show multiple items in the queue, but it doesn’t seem to work.

Can anyone provide guidance on how to display multiple media contents in the Now Playing control center? Any experienced developers who could share their insights or suggestions would be greatly appreciated!

Thank you very much for your help and feedback!

How to Display Multiple Media Contents in the Now Playing Control Center?
 
 
Q