awaitEligibleWinBackOffersForPackage

suspend fun Purchases.awaitEligibleWinBackOffersForPackage(packageToCheck: <Error class: unknown class>): List<<Error class: unknown class>>

Fetches the win-back offers that a subscriber is eligible for on a given package.

iOS only. Requires iOS 18.0+ and StoreKit 2 and throws an error if these requirements aren't met.

Return

A List of eligible WinBackOffers.

Parameters

packageToCheck

: The package to check for eligible win-back offers on.

Throws

PurchasesException

in case of an error.