I've recently decided to add iCloud functionality to my iOS app and I'm having a lot of trouble with it.
Using Romain's answer to this question, I have successfully been able to upload a JSON file to iCloud. However, here is my problem:
The Scenario
1) I have two devices which are able to upload a JSON file to iCloud.
2) I upload the JSON file to iCloud with Device A
3) I run the app on Device B, but the ubiquitous iCloud directory on Device B is empty and therefore it cannot load the file
My Question
In the background should iCloud be automatically downloading the JSON file into this directory, or do I have to call a function within the app to download it?