---
title: SKProduct
framework: storekit
role: symbol
role_heading: Class
path: storekit/skproduct
---

# SKProduct

Information about a registered product in App Store Connect.

## Declaration

```swift
class SKProduct
```

## Mentioned in

Implementing promotional offers in your app Fetching product information from the App Store Requesting a payment from the App Store Supporting Family Sharing in your app

## Overview

Overview SKProduct objects are returned as part of an SKProductsResponse object.

## Topics

### Getting the Product Identifier

- [productIdentifier](storekit/skproduct/productidentifier.md)

### Getting Product Attributes

- [localizedDescription](storekit/skproduct/localizeddescription.md)
- [localizedTitle](storekit/skproduct/localizedtitle.md)
- [contentVersion](storekit/skproduct/contentversion.md)
- [isFamilyShareable](storekit/skproduct/isfamilyshareable.md)
- [contentLengths](storekit/skproduct/contentlengths.md)

### Getting Pricing Information

- [price](storekit/skproduct/price.md)
- [priceLocale](storekit/skproduct/pricelocale.md)
- [introductoryPrice](storekit/skproduct/introductoryprice.md)
- [discounts](storekit/skproduct/discounts.md)
- [SKProductDiscount](storekit/skproductdiscount.md)

### Getting Subscription Information

- [subscriptionGroupIdentifier](storekit/skproduct/subscriptiongroupidentifier.md)
- [subscriptionPeriod](storekit/skproduct/subscriptionperiod.md)
- [SKProductSubscriptionPeriod](storekit/skproductsubscriptionperiod.md)
- [SKProduct.PeriodUnit](storekit/skproduct/periodunit.md)

### Getting Downloadable Content Information

- [isDownloadable](storekit/skproduct/isdownloadable.md)
- [downloadContentLengths](storekit/skproduct/downloadcontentlengths.md)
- [downloadContentVersion](storekit/skproduct/downloadcontentversion.md)
- [downloadable](storekit/skproduct/downloadable.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Product information

- [Loading in-app product identifiers](storekit/loading-in-app-product-identifiers.md)
- [Fetching product information from the App Store](storekit/fetching-product-information-from-the-app-store.md)
- [SKProductsRequest](storekit/skproductsrequest.md)
- [SKProductsResponse](storekit/skproductsresponse.md)
