MediaSetup configures the account details a person uses to access a streaming media service so it integrates with system media playback on iOS and visionOS. You describe a user's credentials with an MSServiceAccount and run an MSSetupSession to register that account with the system. The session presents the service's authentication flow through an MSAuthenticationPresentationContext, letting the person sign in and link their service for playback.
Service Accounts 1
Describe the credentials a person uses to access a streaming media service.
- ClMSServiceAccountiOS 14.0+Account details for accessing a streaming media service.
Setup Sessions 2
Register a service account with the system and present its sign-in flow.
- ClMSSetupSessioniOS 14.0+An object that manages the transfer of configuration information between
- PrMSAuthenticationPresentationContextA protocol that provides media setup display information to the system.
Type Aliases 1
- TyMSPresentationAnchorA window that presents a Media Setup configuration view.