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

# init()

Creates a new instance of a store.

## Declaration

```swift
init()
```

## 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.
