commonIdentifierDescription does not show up

The tappable description item does not show up.

let descriptionItem = AVMutableMetadataItem()

descriptionItem.identifier = .commonIdentifierDescription

descriptionItem.value = "test" as NSString

playerItem.externalMetadata = [descriptionItem]

Replies

Same issue here on my iOS project, anyone have solution regarding to this or simply not available on iOS?