How to enable menu button on NowPlayingView in WatchOS

For all third-party apps, there is a disabled menu button (three grey dots) on right-bottom corner of the NowPlayingView.
I want to know how to enable it.
Thanks!

Accepted Reply

Hello! The bottom-right "More" menu is not available to developers, but you *can* add a "Feedback" menu if you implement one of the following MPRemoteCommandCenter commands: likeCommand, dislikeCommand, or bookmarkCommand. It'll appear as a hamburger menu to the left of the Play button.

Replies

Hello! The bottom-right "More" menu is not available to developers, but you *can* add a "Feedback" menu if you implement one of the following MPRemoteCommandCenter commands: likeCommand, dislikeCommand, or bookmarkCommand. It'll appear as a hamburger menu to the left of the Play button.