Contents

showManageSubscriptions(in:subscriptionGroupID:)

Presents the App Store sheet for managing subscriptions for a subscription group.

Declaration

@MainActor static func showManageSubscriptions(in scene: UIWindowScene, subscriptionGroupID: String) async throws

Parameters

  • scene:

    The Uiwindowscene that the system displays the sheet on.

  • subscriptionGroupID:

    The subscription group identifier that the subscription belongs to.

Mentioned in

See Also

Managing subscriptions