<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macOS: 13.3.0 -",
    "tvOS: 16.4.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Product/SubscriptionInfo/groupDisplayName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV16SubscriptionInfoV16groupDisplayNameSSvp"
  },
  "title" : "groupDisplayName"
}
-->

# groupDisplayName

The localized name of the subscription group, suitable for display.

```
@backDeployed(before: iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0)
var groupDisplayName: String { get }
```

## Discussion

You provide a group display name in App Store Connect when you set up a subscription group. For more information, see [Offer auto-renewable subscriptions](https://help.apple.com/app-store-connect/#/dev75708c031).

The [`SubscriptionStoreView`](/documentation/StoreKit/SubscriptionStoreView) uses this value as part of the automatic marketing content if you don’t provide a marketing content view.

> Note:
> When you create a new product in App Store Connect or in a StoreKit configuration file, you can test it before you add a product localization. The ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/groupDisplayName`` value is an empty string until you add a localization. For more information on localizations, see [Add localizations](https://developer.apple.com/help/app-store-connect/manage-subscriptions/offer-auto-renewable-subscriptions#add-localizations).

---

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)