TheWidlarzGroup / react-native-video

A <Video /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature]: Provide prop "ExternalContentId" for notification center IOS only

tiplefbxx opened this issue · comments

commented

Description

It's a pretty nice that we can override metadata on notification center, but ios can easily find correct metada for media by using "ExternalContentIdentifier" as specific string that should match apple feeds
https://help.apple.com/itc/tvpumcstyleguide/#/itc0c92df7c9

Why it is needed ?

It simplify working with metadata and also as main feature it populates your media progress to apple NowPlaying queue

Possible implementation

Provide an prop to ios Notification Center?

Code sample

No response