Skip to content

feat: [Storage Plugin] Support for iOS suites #226

Open
@ThomasKientz

Description

@ThomasKientz

Feature Request

Describe the Feature Request

While developing extensions in iOS, you may find a need to share application or user data between the host app and the extension.

To do so, we need to pass a "suite name" at the initialization of the userDefaults

init?(suiteName suitename: String?)

Platform Support Requested

  • Android
  • iOS
  • Electron
  • Web

Describe Preferred Solution

Possibility to initialize the store with a suite name.

Describe Alternatives

An old cordova plugin is doing the job : https://github.com/apla/me.apla.cordova.app-preferences

Related Code

Additional Context

May concerns Android as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions