---
title: "init(named:)"
framework: managedsettings
role: symbol
role_heading: Initializer
path: "managedsettings/managedsettingsstore/init(named:)"
---

# init(named:)

Creates a new instance of a store with a custom name.

## Declaration

```swift
convenience init(named name: ManagedSettingsStore.Name)
```

## Parameters

- `name`: A unique name for the store.

## Discussion

Discussion Each store contains the settings that the client app applies. If the client app doesn’t explicitly apply a setting, the default value is nil. Using .default is akin to calling  ManagedSettingsStore().
