When developing a document based app, iOS automatically creates a preference about document storage (iCloud or local) in the Settings app: 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.
Asked
Active
Viewed 48 times
0

Tom
- 1,144
- 1
- 11
- 23
1 Answers
0
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.

Raphaël Mor
- 356
- 2
- 14