<!--
{
  "availability" : [
    "iOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TelephonyMessagingKit",
  "identifier" : "/documentation/TelephonyMessagingKit/SMSService/incomingMessageNotifications",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TelephonyMessagingKit"
    ],
    "preciseIdentifier" : "s:21TelephonyMessagingKit10SMSServiceC28incomingMessageNotificationsQrvp"
  },
  "title" : "incomingMessageNotifications"
}
-->

# incomingMessageNotifications

An asynchronous sequence of incoming message notifications produced by this service.

```
final var incomingMessageNotifications: some AsyncSequence<SMSService.IncomingMessageNotification, Never> { get throws }
```

## Discussion

Iterate over this sequence with a `for`-`await`-`in` loop to receive [`SMSService.IncomingMessageNotification`](/documentation/TelephonyMessagingKit/SMSService/IncomingMessageNotification) instances that indicate the arrival of incoming messages.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)