When in airplane mode or any other state where network access is not available, will a call to NSFileManager's URLForUbiquityContainerIdentifier:
return nil?
A follow up question to this is: if this call to URLForUbiquityContainerIdentifier:
DOES not return nil but rather returns a valid URL when network access is not available is this a way to access cloud based documents offline?
The apple docs state that this will return nil if iCloud is not configured or not enabled. It does not mention what will happen if network access is not available.
I would test this myself but from what I understand I would have to test this on an actual device and testing on a device is not possible for me at this time. Thank you!