Skip to content

Add support for container groups #386

Description

@mikezliu

When the settings plist contains the string ApplicationGroupContainerIdentifier and a custom container name, it's not currently used by InAppSettingsKit. See https://developer.apple.com/library/content/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Articles/RootContent.html for information about this key. Container groups are used for sharing settings such as between the app and its widgets.

Looking in IASKSettingsStoreUserDefaults, it appears that standardUserDefaults is always used. This should call initWithSuiteName with the name of the container from the key ApplicationGroupContainerIdentifier.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions