<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Product/SubscriptionInfo/isEligibleForIntroOffer(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV16SubscriptionInfoV23isEligibleForIntroOffer3forSbSS_tYaFZ"
  },
  "title" : "isEligibleForIntroOffer(for:)"
}
-->

# isEligibleForIntroOffer(for:)

Returns a Boolean value that determines the customer’s eligibility for an introductory offer within the provided subscription group.

```
static func isEligibleForIntroOffer(for groupID: String) async -> Bool
```

## Parameters

`groupID`

The subscription group identifier to check eligibility for an introductory offer.

## Return Value

`true` if the customer is eligible for an introductory offer on any auto-renewable subscription within the subscription group; `false` otherwise.

## Discussion

This value may be `true` even if you haven’t set up an introductory offer in App Store Connect.

---

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)