Search code examples
macospersistent-storagexamarin.mac

Persistent storage in Xamarin.Mac application


I am creating a program that will be submitted to AppStore to be distributed on Mac OS. The application needs to store several user settings in an xml file on file system.

I am using Xamarin.Mac (aka Monomac) platform to create a program.

Where is my app supposed to save application User-specific data on filesystem?

Perhaps, Xamarin.Mac already has some classes to provide developer with an encapsulated way to access these.


Solution

  • You can find app preferences in $HOME/Library/Preferences folder.