Contents

isEligibleForIntroOffer(for:)

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

Declaration

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.

See Also

Getting introductory offer details