<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/AppStore/showManageSubscriptions(in:subscriptionGroupID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit03AppA0O23showManageSubscriptions2in19subscriptionGroupIDySo13UIWindowSceneC_SStYaKFZ"
  },
  "title" : "showManageSubscriptions(in:subscriptionGroupID:)"
}
-->

# showManageSubscriptions(in:subscriptionGroupID:)

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

```
@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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)