---
title: messages
framework: StoreKit
role: symbol
role_heading: Type Property
platforms: [iOS 16.0+, iPadOS 16.0+, Mac Catalyst 16.0+, visionOS 1.0+]
path: storekit/message/3954510-messages
---

# messages

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

## Declaration

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

## 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](../message.md).

## See Also

### Getting messages and message reasons

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