Can someone please clarify what is 'appIdentifier' in below function?
func streamingContentKeyRequestData(forApp appIdentifier: Data, contentIdentifier: Data, options: [String : Any]? = nil) throws -> Data
Is it something bundled within the Apple TV app or do we need to get it from server? Please explain it with example.