---
title: Message.Messages
framework: storekit
role: symbol
role_heading: Structure
path: storekit/message/messages-swift.struct
---

# Message.Messages

An asynchronous sequence of messages from the App Store.

## Declaration

```swift
struct Messages
```

## Overview

Overview The Message.Messages structure provides a sequence of messages that the App Store sends to your app. Iterate over the contents of this structure asynchronously to retrieve each message if your app needs to delay the message. Don’t create this structure directly. Instead, use messages method to retrieve the messages.

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting messages and message reasons

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