---
title: "showManageSubscriptions(in:subscriptionGroupID:)"
framework: storekit
role: symbol
role_heading: Type Method
path: "storekit/appstore/showmanagesubscriptions(in:subscriptiongroupid:)"
---

# showManageSubscriptions(in:subscriptionGroupID:)

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

## Declaration

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

## Parameters

- `scene`: The doc://com.apple.documentation/documentation/UIKit/UIWindowScene that the system displays the sheet on.
- `subscriptionGroupID`: The subscription group identifier that the subscription belongs to.

## Mentioned in

Choosing a StoreKit API for In-App Purchases Supporting monthly subscriptions with a 12-month commitment

## See Also

### Managing subscriptions

- [showManageSubscriptions(in:)](storekit/appstore/showmanagesubscriptions(in:).md)
