---
title: winBackOffer
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/message/reason-swift.struct/winbackoffer
---

# winBackOffer

A message the App Store sends when the customer is eligible for a win-back offer that you configure in App Store Connect.

## Declaration

```swift
static let winBackOffer: Message.Reason
```

## Mentioned in

Merchandising win-back offers in your app Supporting win-back offers in your app Testing win-back offers in the sandbox environment

## Discussion

Discussion If the customer is eligible for a win-back offer, StoreKit displays the win-back offer message when the app launches. If your app customizes the way it displays win-back offers, you can suppress this message, as described in Message. For more information, see Merchandising win-back offers in your app.

## See Also

### Getting the message reasons

- [billingIssue](storekit/message/reason-swift.struct/billingissue.md)
- [generic](storekit/message/reason-swift.struct/generic.md)
- [priceIncreaseConsent](storekit/message/reason-swift.struct/priceincreaseconsent.md)
