isApplicationAuthorizedForPlayback
A Boolean value that indicates whether the application can be used to play the content.
Declaration
var isApplicationAuthorizedForPlayback: Bool { get }Discussion
This property reports whether or not the calling application is authorized to play the content associated with the item.
Application authorization is independent of content authorization (see isContentAuthorizedForPlayback) and that both must be granted in order for an application to be allowed to play protected content. Also, unlike content authorization, application authorization is not dependent on user credentials (that is, if applicationAuthorizedForPlayback is false, there are no means to obtain authorization).
This property is not key-value observable.