<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/WidgetCenter/invalidateConfigurationRecommendations()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit0A6CenterC38invalidateConfigurationRecommendationsyyF"
  },
  "title" : "invalidateConfigurationRecommendations()"
}
-->

# invalidateConfigurationRecommendations()

Invalidates and refreshes the preconfigured intent configurations for
user-customizable widgets.

```
func invalidateConfigurationRecommendations()
```

## Discussion

In watchOS, call this function when your app receives new data for
preconfigured widgets you’d like to appear in the list of available
watch complications.

> Note: On platforms that offer a dedicated user interface for configuring
> widgets — for example, iOS or macOS —
> `invalidateConfigurationRecommendations()` is inactive.

---

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)