<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/subscriptionStoreButtonLabel(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP010_StoreKit_aB0E012subscriptionD11ButtonLabelyQrAD012SubscriptiondgH0VF"
  },
  "title" : "subscriptionStoreButtonLabel(_:)"
}
-->

# subscriptionStoreButtonLabel(_:)

Configures subscription store view instances within a view to use the provided button label.

```
nonisolated func subscriptionStoreButtonLabel(_ label: SubscriptionStoreButtonLabel) -> some View
```

## Discussion

The button label is not always respected in every context. For example, if you have a subscription
store that shows multiple subscribe buttons, setting
<doc://com.apple.documentation/documentation/StoreKit/SubscriptionStoreButtonLabel/action-swift.type.property>
as the button label will fall back to each subscription’s display name.

---

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)