<!--
{
  "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/SubscriptionStoreControlStyleConfiguration/Option/activeOffer",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_StoreKit_SwiftUI012SubscriptionA25ControlStyleConfigurationV6OptionV11activeOffer0aB07ProductV0eK0VSgvp"
  },
  "title" : "activeOffer"
}
-->

# activeOffer

The subscription offer the customer is eligible for, and that applies to the subscription option.

```
var activeOffer: Product.SubscriptionOffer? { get }
```

## Discussion

Always display the terms of this subscription offer along with your control because it represents the offer that StoreKit automatically applies when you call the [`subscribe()`](/documentation/StoreKit/SubscriptionStoreControlStyleConfiguration/Option/subscribe()) method. If the [`activeOffer`](/documentation/StoreKit/SubscriptionStoreControlStyleConfiguration/Option/activeOffer) property is `nil`, there’s no subscription offer.

> Important:
> Don’t display offers from properties of ``doc://com.apple.storekit/documentation/StoreKit/SubscriptionStoreControlStyleConfiguration/Option/subscription``, such as ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/introductoryOffer``.

The <doc://com.apple.documentation/documentation/SwiftUI/View/preferredSubscriptionOffer(_:)> and <doc://com.apple.documentation/documentation/SwiftUI/View/subscriptionPromotionalOffer(offer:signature:)> view modifiers influence the [`offer`](/documentation/StoreKit/PurchaseIntent/offer) property.

---

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)