How to read the user preference for save location (iCloud or local) for an iOS document-based app?

62 views Asked by At

When developing a document based app, iOS automatically creates a preference about document storage (iCloud or local) in the Settings app: The store location preference How can I read this preference from my app? Please note that this is not the enable/disable iCloud switch for the app which is in the general iCloud section.

1

There are 1 answers

1
Raphaël Mor On

You can't read that information from your app, it is used by the system to determine the default location when the user creates a new file within your app.