Open
Description
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.