CloudUserDefaults icon indicating copy to clipboard operation
CloudUserDefaults copied to clipboard

UserDefaults(suiteName: "group.com.XXX.XXX") ?

Open GDGapps opened this issue 1 year ago • 1 comments

Hello, if I'm using UserDefaults(suiteName: "group.com.XXX.XXX") instead of UserDefaults.standard, how can I make it work? Thank you in advance.

GDGapps avatar May 20 '23 10:05 GDGapps

Sorry for the delay, is this something you're still interested in a solution for? I'm thinking we could add a parameter to init e.g. init(defaults: UserDefaults = UserDefaults.standard) and use that instead of UserDefaults.standard going forward. Let me know if it's of interest.

nbasham avatar Jun 13 '23 17:06 nbasham