---
title: messages
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/message/messages-swift.type.property
---

# messages

The asynchronous sequence that sends a message when the App Store creates it.

## Declaration

```swift
static var messages: Message.Messages { get }
```

## Mentioned in

Testing failing subscription renewals and In-App Purchases Merchandising win-back offers in your app

## Discussion

Discussion If your app doesn’t implement this message listener, StoreKit retrieves any messages from the App Store each time your app launches, and presents them by default. For more information about listening for and displaying messages, see Message.

## See Also

### Getting messages and message reasons

- [reason](storekit/message/reason-swift.property.md)
- [Message.Messages](storekit/message/messages-swift.struct.md)
- [Message.Reason](storekit/message/reason-swift.struct.md)
