awaitEligibleWinBackOffersForProduct
suspend fun Purchases.awaitEligibleWinBackOffersForProduct(storeProduct: <Error class: unknown class>): List<<Error class: unknown class>>
Fetches the win-back offers that a subscriber is eligible for on a given product.
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
storeProduct
: The product to check for eligible win-back offers on.
Throws
PurchasesException
in case of an error.