0

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.

Tom
  • 1,144
  • 1
  • 11
  • 23

1 Answers1

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