I am trying to download some of the audio files from dropbox to my app. When the audio files are minimum upto 4 or 5 audiofiles the download doesn't cause any problem. But when it has greater than 5 audio files it cause error 1001. I searched for this issue and i found this is because of TIMEOUT
.
[WARNING] DropboxSDK: error making request to /1/files/dropbox/xxx/xxx/xxx.ima4 - Error Domain=NSURLErrorDomain Code=-1001 "The operation couldn’t be completed. (NSURLErrorDomain error -1001.)" UserInfo=0x851b0a0 {path=/xxx/xxx/xxx.ima4, destinationPath=/Users/siva/Library/Application Support/iPhone Simulator/5.1/xxx/xxx/Library/TempAttachment/xxx/xxx.ima4}
What can i do now? Any soution please