<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/StoreContent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "StoreKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_StoreKit_SwiftUI0A7ContentP"
  },
  "title" : "StoreContent"
}
-->

# StoreContent

A type that represents the content of a store.

```
@MainActor @preconcurrency protocol StoreContent
```

## Topics

### Implementing store content

[`body`](/documentation/StoreKit/StoreContent/body-swift.property)

[`Body`](/documentation/StoreKit/StoreContent/Body-swift.associatedtype)

### Configuring store content

[`subscriptionStoreOptionGroupStyle(_:)`](/documentation/StoreKit/StoreContent/subscriptionStoreOptionGroupStyle(_:))

[`subscriptionStoreButtonLabel(_:)`](/documentation/StoreKit/StoreContent/subscriptionStoreButtonLabel(_:))

[`storeButton(_:for:)`](/documentation/StoreKit/StoreContent/storeButton(_:for:))

[`subscriptionStoreControlStyle(_:placement:)`](/documentation/StoreKit/StoreContent/subscriptionStoreControlStyle(_:placement:))

[`productDescription(_:)`](/documentation/StoreKit/StoreContent/productDescription(_:))

### Configuring backgrounds

[`subscriptionStoreControlBackground(_:)`](/documentation/StoreKit/StoreContent/subscriptionStoreControlBackground(_:)-10hv8)

[`subscriptionStoreControlBackground(_:)`](/documentation/StoreKit/StoreContent/subscriptionStoreControlBackground(_:)-3xzai)

[`subscriptionStorePickerItemBackground(_:)`](/documentation/StoreKit/StoreContent/subscriptionStorePickerItemBackground(_:))

[`subscriptionStorePickerItemBackground(_:in:)`](/documentation/StoreKit/StoreContent/subscriptionStorePickerItemBackground(_:in:))

### Supporting types

[`IdentifiedStoreContent`](/documentation/StoreKit/IdentifiedStoreContent)

The type of SwiftUI view that StoreKit transforms store content into.



---

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)