<!--
{
  "availability" : [
    "iOS: 12.2.0 - 18.0.0",
    "iPadOS: 12.2.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.14.4 - 15.0.0",
    "tvOS: 12.2.0 - 18.0.0",
    "visionOS: 1.0.0 - 2.0.0",
    "watchOS: 6.2.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKProduct/discounts",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKProduct(py)discounts"
  },
  "title" : "discounts"
}
-->

# discounts

An array of subscription offers available for the auto-renewable subscription.

```
var discounts: [SKProductDiscount] { get }
```

## Discussion

The [`discounts`](/documentation/StoreKit/SKProduct/discounts) array contains all of the introductory offers and promotional offers that you set up in App Store Connect for this subscription ([`productIdentifier`](/documentation/StoreKit/SKProduct/productIdentifier)).  It’s up to the logic in your app to decide which offer to present to the user.

For more information about offers, see [Implementing promotional offers in your app](/documentation/StoreKit/implementing-promotional-offers-in-your-app), and [Implementing introductory offers in your app](/documentation/StoreKit/implementing-introductory-offers-in-your-app).

---

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)