I am developing a very simple app based on icloud. what it does is as follows:
- take the UbiquityContainer url and create/write a "plist" file there with some array.
When app installed first time on device it works totally fine. icloud can document can be observed in setting/ icloud section.
When i delete the app from device and install it again. It does not read the file. Shows the following error.
"The operation couldn’t be completed. Bad file descriptor"
I dont what I am missing. It is so disturbing.
EDIT: offsite code link removed. Please edit your question and include the code throwing the error.
Please suggest solution...