Storage in WatchKit App

I want to save some settings in my watch kit app, and I know I can't use UserDefault, what other options are there to keep user's selected settings in the watch app?

You can save to the file system using FileManager API as usual. Format could be e.g. JSON.

Storage in WatchKit App
 
 
Q