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?
Storage in WatchKit App
You can save to the file system using FileManager API as usual. Format could be e.g. JSON.