SKCloudServiceSetupViewController
A view controller that helps people perform setup for a cloud service, like an Apple Music subscription.
Declaration
@MainActor class SKCloudServiceSetupViewControllerMentioned in
Overview
Use the view that this view controller presents to allow customers to set up cloud services that are associated with their iTunes Store account, like an Apple Music subscription.
To enable the Apple Music subscriber setup flow in particular, you first request the current set of capabilities from SKCloudServiceController. Then, present the setup view controller only when the musicCatalogSubscriptionEligible capability is enabled and the musicCatalogPlayback capability is disabled.
For information about other capabilities that you can enable by using this view controller, see SKCloudServiceCapability.