---
title: "isEligibleForIntroOffer(for:)"
framework: storekit
role: symbol
role_heading: Type Method
path: "storekit/product/subscriptioninfo/iseligibleforintrooffer(for:)"
---

# isEligibleForIntroOffer(for:)

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

## Declaration

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

## Parameters

- `groupID`: The subscription group identifier to check eligibility for an introductory offer.

## Return Value

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

## Discussion

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

## See Also

### Getting introductory offer details

- [isEligibleForIntroOffer](storekit/product/subscriptioninfo/iseligibleforintrooffer.md)
- [introductoryOffer](storekit/product/subscriptioninfo/introductoryoffer.md)
- [Product.SubscriptionOffer](storekit/product/subscriptionoffer.md)
