<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSendMessageRecipientResolutionResult/unsupported(forReason:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSendMessageRecipientResolutionResult(cm)unsupportedForReason:"
  },
  "title" : "unsupported(forReason:)"
}
-->

# unsupported(forReason:)

Creates an object whose resolution indicates that your app can’t use the specified person as a message recipient.

```
class func unsupported(forReason reason: INSendMessageRecipientUnsupportedReason) -> Self
```

## Parameters

`reason`

The reason why the recipient is not supported. For a list of possible values, see [`INSendMessageRecipientUnsupportedReason`](/documentation/Intents/INSendMessageRecipientUnsupportedReason).

## Return Value

A new resolution result object.

## Discussion

Use this method when a problem with the recipient’s account would prevent you from sending the message. When you return a resolution of this type, Siri prompts the user to provide a new recipient, which you must then resolve. The cycle of prompting the user and asking you to resolve the parameter continues until you resolve the parameter successfully.

---

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)