jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

[Feature Request] Support for iOS App Groups #49

Closed elneilios closed 7 years ago

elneilios commented 7 years ago

Feature Request:

It would be nice if we could store the Settings in the NSUserDefaults within an App Group (so the settings can be shared with iOS extensions)

jamesmontemagno commented 7 years ago

This is in the 2.6.0 beta today :)

elneilios commented 7 years ago

Do you have an example of how I can set things up to use an App Group? Thanks,Neil

On Tue, Feb 21, 2017 5:02 PM, James Montemagno notifications@github.com wrote: This is in the 2.6.0 beta today :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jamesmontemagno commented 7 years ago

Each method takes in the group's name at the end :)

This way you can do it for each individual setting.