Do I need to coordinate the startDownloadingUbiquitousItem(at:) method?

Do I need to use NSFileCoordinator and NSFileAccessIntent to use the FileManager.startDownloadingUbiquitousItem(at:) method?

Accepted Reply

As you don't activly read from or write to the documents file, it isn't needed.

Replies

As you don't activly read from or write to the documents file, it isn't needed.