A model object that you use to represent an app-specific profile.
SDK
- tvOS 13.0+
Framework
- TVServices
Declaration
@interface TVAppProfileDescriptor : NSObject
Overview
A TVApp
object represents a single user profile in your app. You create app profile descriptor objects yourself and manage them in your app's data structures. The default object contains only the user-visible name for the profile, which must be a nonempty string. You can also subclass to add app-specific properties. For example, you might add an app-specific identifier for the profile. You might also store the identifiers for all Apple TV users that are configured to use this profile.
For more information about mapping your app profiles to Apple TV accounts, see TVUser
.